summaryrefslogtreecommitdiff
path: root/board/pc
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2016-08-22 03:52:15 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-22 16:32:09 +0200
commit4249837f422c8d560d38693c132dd7be58cbb900 (patch)
treec56b005fa686939c7d2d2a5eea4504a6f7373c9f /board/pc
parent11109fd36a810508c13f7308c19c70223f7870f6 (diff)
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>
Diffstat (limited to 'board/pc')
-rw-r--r--board/pc/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pc/readme.txt b/board/pc/readme.txt
index 33b479d6c..68ca21166 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.