summaryrefslogtreecommitdiffstats
path: root/meta-sugarbay
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:50:39 -0600
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:50:39 -0600
commitbbdd8ab766b715084d0fe350a659ad0df6eed55d (patch)
tree38d2b16a5546a006acaefa1f7031d28922ac2e30 /meta-sugarbay
parent04f5f7b31984ebd95209c4331ed0cbdc577a2296 (diff)
downloadmeta-intel-bbdd8ab766b715084d0fe350a659ad0df6eed55d.tar.gz
meta-sugarbay: 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-sugarbay')
-rw-r--r--meta-sugarbay/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sugarbay/README b/meta-sugarbay/README
index 6c879302..5b71a241 100644
--- a/meta-sugarbay/README
+++ b/meta-sugarbay/README
@@ -132,7 +132,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
132takes device /dev/sdf, use dd to copy the live image to it. For 132takes device /dev/sdf, use dd to copy the live image to it. For
133example: 133example:
134 134
135# dd if=core-image-sato-sugarbay-20101207053738.hddimg of=/dev/sdf 135# dd if=core-image-sato-sugarbay.hddimg of=/dev/sdf
136# sync 136# sync
137# eject /dev/sdf 137# eject /dev/sdf
138 138