core124: Re-install bootloader during update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-08-16 13:02:37 +01:00
parent de0566323f
commit 4c01f489f6

View File

@@ -52,8 +52,11 @@ if [ -e "/etc/default/grub" ]; then
sed -e "/^GRUB_FONT/d" -i /etc/default/grub
fi
# Update bootloader
/usr/bin/install-bootloader
# This update needs a reboot...
#touch /var/run/need_reboot
touch /var/run/need_reboot
# Finish
/etc/init.d/fireinfo start