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
|
||||
|
||||
label linux
|
||||
kernel /boot/vmlinuz
|
||||
initrd /boot/initrd.img
|
||||
fdtdir /boot/dtb
|
||||
kernel ../vmlinuz
|
||||
initrd ../initrd.img
|
||||
fdtdir ../dtb
|
||||
append root=LABEL=ROOT ro $GLOBAL_BASE_BOOTARGS $GLOBAL_UBOOT_BOOTARGS $TTY
|
||||
EOF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user