From: Erico Nunes Date: Mon, 22 Aug 2016 01:52:15 +0000 (+0200) Subject: board/pc/readme.txt: fix output image name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4249837f422c8d560d38693c132dd7be58cbb900;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/board/pc/readme.txt b/board/pc/readme.txt index 33b479d6c2..68ca21166f 100644 --- a/board/pc/readme.txt +++ b/board/pc/readme.txt @@ -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.