From: Michael Tremer Date: Thu, 16 Aug 2018 12:02:37 +0000 (+0100) Subject: core124: Re-install bootloader during update X-Git-Tag: v2.21-core124~75 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=4c01f489f60f7b4b1fb8ad8784efddf378036338 core124: Re-install bootloader during update Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/124/update.sh b/config/rootfiles/core/124/update.sh index 966eb2b12a..c98d127e1e 100644 --- a/config/rootfiles/core/124/update.sh +++ b/config/rootfiles/core/124/update.sh @@ -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