summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:44:47 -0600
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:44:47 -0600
commit24a489789a30e79548e7a6040bd6ce05f51a70d9 (patch)
treeae5f941bb8ad8b3934a15692b0b23d449c018869 /meta-crownbay
parentc05b1f112b9f2e7049e8b66694f7438e3c3442cb (diff)
downloadmeta-intel-24a489789a30e79548e7a6040bd6ce05f51a70d9.tar.gz
meta-crownbay: 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-crownbay')
-rw-r--r--meta-crownbay/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README
index 3912f31a..af8931b8 100644
--- a/meta-crownbay/README
+++ b/meta-crownbay/README
@@ -153,7 +153,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
153takes device /dev/sdf, use dd to copy the live image to it. For 153takes device /dev/sdf, use dd to copy the live image to it. For
154example: 154example:
155 155
156# dd if=core-image-sato-crownbay-20101207053738.hddimg of=/dev/sdf 156# dd if=core-image-sato-crownbay.hddimg of=/dev/sdf
157# sync 157# sync
158# eject /dev/sdf 158# eject /dev/sdf
159 159