uboot: use relative pathes in extlinux.conf
Needed for bootloding with separate patition /boot.
This commit is contained in:
parent
2d440ecb15
commit
ccc6861d07
@ -14,9 +14,9 @@ default linux
|
|||||||
timeout $GLOBAL_UBOOT_TIMEOUT
|
timeout $GLOBAL_UBOOT_TIMEOUT
|
||||||
|
|
||||||
label linux
|
label linux
|
||||||
kernel /boot/vmlinuz
|
kernel ../vmlinuz
|
||||||
initrd /boot/initrd.img
|
initrd ../initrd.img
|
||||||
fdtdir /boot/dtb
|
fdtdir ../dtb
|
||||||
append root=LABEL=ROOT ro $GLOBAL_BASE_BOOTARGS $GLOBAL_UBOOT_BOOTARGS $TTY
|
append root=LABEL=ROOT ro $GLOBAL_BASE_BOOTARGS $GLOBAL_UBOOT_BOOTARGS $TTY
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user