summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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