diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-05 13:14:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 16:06:21 +0200 |
commit | 85d35c6d3d0e873d114218ae3dfcd0c586a5a59e (patch) | |
tree | 2858cb771744043dfbb75ca54af0ce0bb16a4201 | |
parent | 31be2ec220c8ad6e1f98d9fb705034cc288de597 (diff) | |
download | buildroot-85d35c6d3d0e873d114218ae3dfcd0c586a5a59e.tar.gz buildroot-85d35c6d3d0e873d114218ae3dfcd0c586a5a59e.zip |
chromebook snow: remove $(HOST_DIR)/usr reference from README
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | board/chromebook/snow/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/chromebook/snow/readme.txt b/board/chromebook/snow/readme.txt index e012cb3f9f..1afd949829 100644 --- a/board/chromebook/snow/readme.txt +++ b/board/chromebook/snow/readme.txt @@ -88,7 +88,7 @@ you will probably want the rootfs to occupy the whole remaining space. cgpt may be used to check current layout: - output/host/usr/bin/cgpt show $SD + output/host/bin/cgpt show $SD All sizes and all offsets are in 512-byte blocks. |