Commit b7a390f6 authored by Anton Midyukov's avatar Anton Midyukov

tar2fs: Set flag boot on root part for u-boot bootloader

parent 95ced6d0
...@@ -365,6 +365,7 @@ case "$BOOTLOADER" in ...@@ -365,6 +365,7 @@ case "$BOOTLOADER" in
uboot) uboot)
EXTLINUX_CONF="$ROOTFS/boot/extlinux/extlinux.conf" EXTLINUX_CONF="$ROOTFS/boot/extlinux/extlinux.conf"
sed -i "s/LABEL=ROOT/$ROOTDEV/g" "$EXTLINUX_CONF" sed -i "s/LABEL=ROOT/$ROOTDEV/g" "$EXTLINUX_CONF"
parting set "$ROOTPART" boot on
;; ;;
lilo) lilo)
# configure and install bootloader # configure and install bootloader
......
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