diff options
Diffstat (limited to 'meta-romley/README')
-rw-r--r-- | meta-romley/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-romley/README b/meta-romley/README index b8c089bc..a5041d8f 100644 --- a/meta-romley/README +++ b/meta-romley/README | |||
@@ -124,7 +124,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive | |||
124 | takes device /dev/sdf, use dd to copy the live image to it. For | 124 | takes device /dev/sdf, use dd to copy the live image to it. For |
125 | example: | 125 | example: |
126 | 126 | ||
127 | # dd if=core-image-sato-romley-20111007220323.hddimg of=/dev/sdf | 127 | # dd if=core-image-sato-romley.hddimg of=/dev/sdf |
128 | # sync | 128 | # sync |
129 | # eject /dev/sdf | 129 | # eject /dev/sdf |
130 | 130 | ||