]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/124/update.sh
core124: Re-install bootloader during update
[ipfire-2.x.git] / 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
 
+# 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