From 4c01f489f60f7b4b1fb8ad8784efddf378036338 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 16 Aug 2018 13:02:37 +0100 Subject: [PATCH] core124: Re-install bootloader during update Signed-off-by: Michael Tremer --- config/rootfiles/core/124/update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5