sys-boot/u-boot: fix einfo typo
This commit is contained in:
parent
d3d44536ad
commit
c4b044ef0d
1 changed files with 2 additions and 2 deletions
|
@ -59,6 +59,6 @@ src_install() {
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
elog "To install U-boot:"
|
elog "To install U-boot:"
|
||||||
elog "Determine your device, then"
|
elog "Determine your device, then"
|
||||||
elog "if=/usr/share/u-boot/idbloader.img of=/dev/... seek=64 conv=notrunc"
|
elog "dd if=/usr/share/u-boot/idbloader.img of=/dev/... seek=64 conv=notrunc"
|
||||||
elog "if=/usr/share/u-boot/u-boot.itb of=/dev/... seek=16384 conv=notrunc"
|
elog "dd if=/usr/share/u-boot/u-boot.itb of=/dev/... seek=16384 conv=notrunc"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue