projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11109fd
)
board/pc/readme.txt: fix output image name
author
Erico Nunes
<nunes.erico@gmail.com>
Mon, 22 Aug 2016 01:52:15 +0000
(
03:52
+0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Mon, 22 Aug 2016 14:32:09 +0000
(16:32 +0200)
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>
board/pc/readme.txt
patch
|
blob
|
history
diff --git
a/board/pc/readme.txt
b/board/pc/readme.txt
index 33b479d6c2c598b9ba28a03390ed348e98ae2457..68ca21166f900492beb9b2d59ade9f51348ce3b1 100644
(file)
--- 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.