Переглянути джерело

board/pc/readme.txt: fix output image name

The instructions listed sdcard.img as output image name but
board/pc/genimage-*.cfg generate it named as disk.img instead.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Erico Nunes 9 роки тому
батько
коміт
4249837f42
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      board/pc/readme.txt

+ 1 - 1
board/pc/readme.txt

@@ -24,7 +24,7 @@ Bare PC sample config
 
 
   Write the image to a pendrive:
   Write the image to a pendrive:
 
 
-  $ dd if=output/images/sdcard.img of=/dev/sdc; sync
+  $ dd if=output/images/disk.img of=/dev/sdc; sync
 
 
   Once it's done insert it into the target PC and boot.
   Once it's done insert it into the target PC and boot.