summaryrefslogtreecommitdiffstats
path: root/meta-nuc
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:48:45 -0600
committerTom Zanussi <tom.zanussi@intel.com>2014-01-06 11:48:45 -0600
commitbfec2103a73a7d685d9a7af66d7bfe92fee43740 (patch)
treef4c04c6a7f5c099af72fcfacfea3752910118e73 /meta-nuc
parent028ae14eabd795f222a17e4e23bca0be9b1c0d35 (diff)
downloadmeta-intel-bfec2103a73a7d685d9a7af66d7bfe92fee43740.tar.gz
meta-nuc: 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-nuc')
-rw-r--r--meta-nuc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-nuc/README b/meta-nuc/README
index c0087bb6..605de5d0 100644
--- a/meta-nuc/README
+++ b/meta-nuc/README
@@ -130,7 +130,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
130takes device /dev/sdf, use dd to copy the live image to it. For 130takes device /dev/sdf, use dd to copy the live image to it. For
131example: 131example:
132 132
133# dd if=core-image-sato-nuc-20101207053738.hddimg of=/dev/sdf 133# dd if=core-image-sato-nuc.hddimg of=/dev/sdf
134# sync 134# sync
135# eject /dev/sdf 135# eject /dev/sdf
136 136