summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:47:17 -0600
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:47:17 -0600
commited24bfa39ecd293aadbb6ee44eafdb0e0df197e6 (patch)
tree3d100e6f42a1e1b3d1665ae2407a08ba0ee65450 /meta-jasperforest
parente177130ebd1b5687b0bc6eb369c44eb03b6a49e9 (diff)
downloadmeta-intel-ed24bfa39ecd293aadbb6ee44eafdb0e0df197e6.tar.gz
meta-jasperforest: Use the symlink to the actual image in README
Using the image symlink when dd'ing is more convenient for the user - update the documentation to reflect that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest')
-rw-r--r--meta-jasperforest/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-jasperforest/README b/meta-jasperforest/README
index 6fe43b06..12c4aceb 100644
--- a/meta-jasperforest/README
+++ b/meta-jasperforest/README
@@ -111,7 +111,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
111takes device /dev/sdf, use dd to copy the live image to it. For 111takes device /dev/sdf, use dd to copy the live image to it. For
112example: 112example:
113 113
114# dd if=core-image-sato-jasperforest-20101207053738.hddimg of=/dev/sdf 114# dd if=core-image-sato-jasperforest.hddimg of=/dev/sdf
115# sync 115# sync
116# eject /dev/sdf 116# eject /dev/sdf
117 117