mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
Core Update 182: Ship and reinstall grub
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/182/filelists/aarch64/grub
Symbolic link
1
config/rootfiles/core/182/filelists/aarch64/grub
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/aarch64/grub
|
||||
1
config/rootfiles/core/182/filelists/riscv64/grub
Symbolic link
1
config/rootfiles/core/182/filelists/riscv64/grub
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/riscv64/grub
|
||||
1
config/rootfiles/core/182/filelists/x86_64/grub
Symbolic link
1
config/rootfiles/core/182/filelists/x86_64/grub
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/x86_64/grub
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user