diff options
author | 2014-01-06 11:51:34 -0600 | |
---|---|---|
committer | 2014-01-06 11:51:34 -0600 | |
commit | 11fc51c05f378b7fef2f5879e8e1f11d7046e85b (patch) | |
tree | a493ad23b780a1b3710f9381da2749df596d9205 | |
parent | bbdd8ab766b715084d0fe350a659ad0df6eed55d (diff) | |
download | meta-intel-11fc51c05f378b7fef2f5879e8e1f11d7046e85b.tar.gz meta-intel-11fc51c05f378b7fef2f5879e8e1f11d7046e85b.tar.bz2 meta-intel-11fc51c05f378b7fef2f5879e8e1f11d7046e85b.zip |
meta-sys940x: 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>
-rw-r--r-- | meta-sys940x/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sys940x/README b/meta-sys940x/README index f63d3c9d..57f64f23 100644 --- a/meta-sys940x/README +++ b/meta-sys940x/README @@ -152,7 +152,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive takes device /dev/sdf, use dd to copy the live image to it. For example: -# dd if=core-image-sato-sys940x-20101207053738.hddimg of=/dev/sdf +# dd if=core-image-sato-sys940x.hddimg of=/dev/sdf # sync # eject /dev/sdf |