From 4249837f422c8d560d38693c132dd7be58cbb900 Mon Sep 17 00:00:00 2001 From: Erico Nunes Date: Mon, 22 Aug 2016 03:52:15 +0200 Subject: [PATCH] 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 --- board/pc/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2