Commit ccc6861d authored by Anton Midyukov's avatar Anton Midyukov

uboot: use relative pathes in extlinux.conf

Needed for bootloding with separate patition /boot.
parent 2d440ecb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment