diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2014-01-06 11:43:45 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2014-01-06 11:43:45 -0600 |
commit | c05b1f112b9f2e7049e8b66694f7438e3c3442cb (patch) | |
tree | b9c81574aad65ef73e6c7c902875a6d03564249e /meta-chiefriver | |
parent | f707b6c67909ccd84cb2070bdc15777573833461 (diff) | |
download | meta-intel-c05b1f112b9f2e7049e8b66694f7438e3c3442cb.tar.gz |
meta-chiefriver: 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-chiefriver')
-rw-r--r-- | meta-chiefriver/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-chiefriver/README b/meta-chiefriver/README index 925abaa0..f846be6b 100644 --- a/meta-chiefriver/README +++ b/meta-chiefriver/README | |||
@@ -132,7 +132,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive | |||
132 | takes device /dev/sdf, use dd to copy the live image to it. For | 132 | takes device /dev/sdf, use dd to copy the live image to it. For |
133 | example: | 133 | example: |
134 | 134 | ||
135 | # dd if=core-image-sato-chiefriver-20101207053738.hddimg of=/dev/sdf | 135 | # dd if=core-image-sato-chiefriver.hddimg of=/dev/sdf |
136 | # sync | 136 | # sync |
137 | # eject /dev/sdf | 137 | # eject /dev/sdf |
138 | 138 | ||