mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
core149: add grub and install it at update
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/149/filelists/aarch64/grub
Symbolic link
1
config/rootfiles/core/149/filelists/aarch64/grub
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../common/aarch64/grub
|
||||||
1
config/rootfiles/core/149/filelists/i586/grub
Symbolic link
1
config/rootfiles/core/149/filelists/i586/grub
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../common/i586/grub
|
||||||
1
config/rootfiles/core/149/filelists/x86_64/grub
Symbolic link
1
config/rootfiles/core/149/filelists/x86_64/grub
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../common/x86_64/grub
|
||||||
@@ -57,6 +57,11 @@ sed -i /var/spool/cron/root.orig \
|
|||||||
-e "s/GeoIP/location/"
|
-e "s/GeoIP/location/"
|
||||||
fcrontab -z
|
fcrontab -z
|
||||||
|
|
||||||
|
# Install updated grub
|
||||||
|
if [ -e /boot/grub/grub.cfg ]; then
|
||||||
|
/usr/bin/install-bootloader
|
||||||
|
fi
|
||||||
|
|
||||||
# This update needs a reboot...
|
# This update needs a reboot...
|
||||||
#touch /var/run/need_reboot
|
#touch /var/run/need_reboot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user