From 8c67e13fab4dd404cb11f219b56115818049bf42 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 16 Jun 2018 13:26:54 +0200 Subject: [PATCH] core122: install updated grub Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/122/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/122/update.sh b/config/rootfiles/core/122/update.sh index 5a7f8949b1..51181d5c4f 100644 --- a/config/rootfiles/core/122/update.sh +++ b/config/rootfiles/core/122/update.sh @@ -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 -- 2.39.2