summaryrefslogtreecommitdiffstats
path: root/meta-fri2/README
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-01-03 23:01:39 +0200
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:34:28 -0600
commitf707b6c67909ccd84cb2070bdc15777573833461 (patch)
treed3f05207f1f0e480941c877b73e0a76e689cd78f /meta-fri2/README
parent2be655a691b3a5f698113ed77d3fac6b16ea5337 (diff)
downloadmeta-intel-f707b6c67909ccd84cb2070bdc15777573833461.tar.gz
meta-fri2: 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: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fri2/README')
-rw-r--r--meta-fri2/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fri2/README b/meta-fri2/README
index be38ba48..7aac8aa0 100644
--- a/meta-fri2/README
+++ b/meta-fri2/README
@@ -171,7 +171,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
171takes device /dev/sdf, use dd to copy the live image to it. For 171takes device /dev/sdf, use dd to copy the live image to it. For
172example: 172example:
173 173
174# dd if=core-image-sato-fri2-20101207053738.hddimg of=/dev/sdf 174# dd if=core-image-sato-fri2.hddimg of=/dev/sdf
175# sync 175# sync
176# eject /dev/sdf 176# eject /dev/sdf
177 177