From c903d67c7e602a0bbc7c3ea4afefe66cccd6a344 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 10 Jan 2024 21:49:02 +0100 Subject: [PATCH] core182: remove reverted grub2 changes from updater Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/182/update.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index 1b5ddd3cb5..989b1d82c7 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -69,8 +69,7 @@ rm -rvf \ /lib/udev/rules.d/64-xfs.rules \ /lib/udev/rules.d/75-tty-description.rules \ /lib/udev/rules.d/95-udev-late.rules \ - /usr/bin/gawk-5.2* \ - /usr/lib/grub/{arm64-efi,i386-pc,riscv64-efi,x86_64-efi}/gmodule.pl + /usr/bin/gawk-5.2* # update linker config ldconfig @@ -126,9 +125,9 @@ touch /var/run/need_reboot /etc/init.d/fireinfo start sendprofile -# Grub version was updated, reinstall it +# Update grub config to display new core version if [ -e /boot/grub/grub.cfg ]; then - /usr/bin/install-bootloader + grub-mkconfig -o /boot/grub/grub.cfg fi sync -- 2.39.5