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>
This commit is contained in:
Erico Nunes 2016-08-22 03:52:15 +02:00 committed by Thomas Petazzoni
parent 11109fd36a
commit 4249837f42

View File

@ -24,7 +24,7 @@ Bare PC sample config
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.