]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core124: Re-install bootloader during update
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Aug 2018 12:02:37 +0000 (13:02 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Aug 2018 12:02:37 +0000 (13:02 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/124/update.sh

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