[yocto] [PATCH 04/10] meta-emenlow: Use the symlink to the actual image in README

tom.zanussi at intel.com tom.zanussi at intel.com
Mon Jan 6 09:55:26 PST 2014


From: Tom Zanussi <tom.zanussi at intel.com>

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 at intel.com>
---
 meta-emenlow/README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-emenlow/README b/meta-emenlow/README
index 01398f1..15f8ddb 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
 takes device /dev/sdf, use dd to copy the live image to it.  For
 example:
 
-# dd if=core-image-sato-emenlow-20101207053738.hddimg of=/dev/sdf
+# dd if=core-image-sato-emenlow.hddimg of=/dev/sdf
 # sync
 # eject /dev/sdf
 
-- 
1.7.9.5




More information about the yocto mailing list