Core Update 182: Ship and reinstall grub

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2023-11-24 13:03:50 +00:00
parent 3273f4796a
commit e59bd86204
4 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1 @@
../../../../common/aarch64/grub

View File

@@ -0,0 +1 @@
../../../../common/riscv64/grub

View File

@@ -0,0 +1 @@
../../../../common/x86_64/grub

View File

@@ -62,6 +62,7 @@ rm -rvf \
/lib/firmware/sb16 \
/lib/firmware/yamaha \
/usr/bin/gawk-5.2* \
/usr/lib/grub/{arm64-efi,i386-pc,riscv64-efi,x86_64-efi}/gmodule.pl \
/usr/lib/liblzma.so.5.4* \
/usr/lib/libqpdf.so.29.5* \
/usr/lib/libsodium.so.23*
@@ -112,9 +113,9 @@ touch /var/run/need_reboot
/etc/init.d/fireinfo start
sendprofile
# Update grub config to display new core version
# Grub version was updated, reinstall it
if [ -e /boot/grub/grub.cfg ]; then
grub-mkconfig -o /boot/grub/grub.cfg
/usr/bin/install-bootloader
fi
sync