summaryrefslogtreecommitdiffstats
path: root/meta-romley
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:49:45 -0600
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:49:45 -0600
commit04f5f7b31984ebd95209c4331ed0cbdc577a2296 (patch)
treea7d69dee19e485b130e077e72eeb82faa7355588 /meta-romley
parentbfec2103a73a7d685d9a7af66d7bfe92fee43740 (diff)
downloadmeta-intel-04f5f7b31984ebd95209c4331ed0cbdc577a2296.tar.gz
meta-romley: 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-romley')
-rw-r--r--meta-romley/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-romley/README b/meta-romley/README
index b8c089bc..a5041d8f 100644
--- a/meta-romley/README
+++ b/meta-romley/README
@@ -124,7 +124,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
124takes device /dev/sdf, use dd to copy the live image to it. For 124takes device /dev/sdf, use dd to copy the live image to it. For
125example: 125example:
126 126
127# dd if=core-image-sato-romley-20111007220323.hddimg of=/dev/sdf 127# dd if=core-image-sato-romley.hddimg of=/dev/sdf
128# sync 128# sync
129# eject /dev/sdf 129# eject /dev/sdf
130 130