uboot: use relative pathes in extlinux.conf

Needed for bootloding with separate patition /boot.
This commit is contained in:
Anton Midyukov 2022-05-09 22:01:04 +07:00
parent 2d440ecb15
commit ccc6861d07

View File

@ -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