core124: Ship EFI changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-08-16 13:01:01 +01:00
parent 046ef135e6
commit de0566323f
11 changed files with 17 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
../../../common/cdrkit

View File

@@ -1,4 +1,7 @@
etc/system-release etc/system-release
etc/issue etc/issue
etc/rc.d/init.d/localnet etc/rc.d/init.d/localnet
etc/rc.d/init.d/partresize
usr/bin/install-bootloader
usr/local/bin/backupiso
var/ipfire/langs var/ipfire/langs

View File

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

View File

@@ -0,0 +1 @@
../../../common/parted

View File

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

View File

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

View File

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

View File

@@ -47,6 +47,11 @@ ldconfig
# rebuild initrd to add early microcode updates # rebuild initrd to add early microcode updates
rebuild-initrd rebuild-initrd
# Remove deprecated GRUB configuration option
if [ -e "/etc/default/grub" ]; then
sed -e "/^GRUB_FONT/d" -i /etc/default/grub
fi
# This update needs a reboot... # This update needs a reboot...
#touch /var/run/need_reboot #touch /var/run/need_reboot