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