]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/122/update.sh
core122: install updated grub
[ipfire-2.x.git] / config / rootfiles / core / 122 / update.sh
index 5a7f8949b10dcc85fcda96aaf26402190ad0e6a3..51181d5c4f697dfa975292c2e044370ff45a0486 100644 (file)
@@ -142,9 +142,9 @@ esac
 /etc/init.d/fireinfo start
 sendprofile
 
-# Update grub config to display new core version
+# Install new grub and update config
 if [ -e /boot/grub/grub.cfg ]; then
-       grub-mkconfig -o /boot/grub/grub.cfg
+       /usr/local/bin/update-bootloader
 fi
 
 sync