diff mbox

[1/2] board/pc/readme.txt: fix output image name

Message ID 20160822015216.425-1-nunes.erico@gmail.com
State Accepted
Headers show

Commit Message

Erico Nunes Aug. 22, 2016, 1:52 a.m. UTC
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>
---
 board/pc/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Aug. 22, 2016, 2:36 p.m. UTC | #1
Hello,

On Mon, 22 Aug 2016 03:52:15 +0200, Erico Nunes wrote:
> 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>
> ---
>  board/pc/readme.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/board/pc/readme.txt b/board/pc/readme.txt
index 33b479d..68ca211 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.