summaryrefslogtreecommitdiffstats
path: root/meta-n450
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:48:01 -0600
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:48:01 -0600
commit028ae14eabd795f222a17e4e23bca0be9b1c0d35 (patch)
treed721f1fbb7573bba065eb85a13aca6676ba15df0 /meta-n450
parented24bfa39ecd293aadbb6ee44eafdb0e0df197e6 (diff)
downloadmeta-intel-028ae14eabd795f222a17e4e23bca0be9b1c0d35.tar.gz
meta-n450: 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-n450')
-rw-r--r--meta-n450/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-n450/README b/meta-n450/README
index 80aabaf9..2f652dbb 100644
--- a/meta-n450/README
+++ b/meta-n450/README
@@ -108,7 +108,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
108takes device /dev/sdf, use dd to copy the live image to it. For 108takes device /dev/sdf, use dd to copy the live image to it. For
109example: 109example:
110 110
111# dd if=core-image-sato-n450-20101207053738.hddimg of=/dev/sdf 111# dd if=core-image-sato-n450.hddimg of=/dev/sdf
112# sync 112# sync
113# eject /dev/sdf 113# eject /dev/sdf
114 114