diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-03 21:01:39 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2014-01-06 17:34:28 (GMT) |
commit | f707b6c67909ccd84cb2070bdc15777573833461 (patch) | |
tree | d3f05207f1f0e480941c877b73e0a76e689cd78f | |
parent | 2be655a691b3a5f698113ed77d3fac6b16ea5337 (diff) | |
download | meta-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>
-rw-r--r-- | meta-fri2/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fri2/README b/meta-fri2/README index be38ba4..7aac8aa 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 | |||
171 | takes device /dev/sdf, use dd to copy the live image to it. For | 171 | takes device /dev/sdf, use dd to copy the live image to it. For |
172 | example: | 172 | example: |
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 | ||