summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:46:37 -0600
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:46:37 -0600
commite177130ebd1b5687b0bc6eb369c44eb03b6a49e9 (patch)
tree15c93975329fc99dd2bbbda3fd62e07bef57ee7c /meta-emenlow
parent99a6513793949f169e7efc7d1fcbff2fdfd82578 (diff)
downloadmeta-intel-e177130ebd1b5687b0bc6eb369c44eb03b6a49e9.tar.gz
meta-emenlow: 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-emenlow')
-rw-r--r--meta-emenlow/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-emenlow/README b/meta-emenlow/README
index 01398f16..15f8ddb7 100644
--- a/meta-emenlow/README
+++ b/meta-emenlow/README
@@ -159,7 +159,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
159takes device /dev/sdf, use dd to copy the live image to it. For 159takes device /dev/sdf, use dd to copy the live image to it. For
160example: 160example:
161 161
162# dd if=core-image-sato-emenlow-20101207053738.hddimg of=/dev/sdf 162# dd if=core-image-sato-emenlow.hddimg of=/dev/sdf
163# sync 163# sync
164# eject /dev/sdf 164# eject /dev/sdf
165 165