From: Michael Tremer Date: Sat, 9 May 2026 09:25:14 +0000 (+0000) Subject: core203: Ship GRUB X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60de34b5711ced1127b76956d6d7ff4e73510f2;p=ipfire-2.x.git core203: Ship GRUB Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/203/filelists/aarch64/grub b/config/rootfiles/core/203/filelists/aarch64/grub new file mode 120000 index 000000000..40ae85fb6 --- /dev/null +++ b/config/rootfiles/core/203/filelists/aarch64/grub @@ -0,0 +1 @@ +../../../../common/aarch64/grub \ No newline at end of file diff --git a/config/rootfiles/core/203/filelists/riscv64/grub b/config/rootfiles/core/203/filelists/riscv64/grub new file mode 120000 index 000000000..7013c0be5 --- /dev/null +++ b/config/rootfiles/core/203/filelists/riscv64/grub @@ -0,0 +1 @@ +../../../../common/riscv64/grub \ No newline at end of file diff --git a/config/rootfiles/core/203/filelists/x86_64/grub b/config/rootfiles/core/203/filelists/x86_64/grub new file mode 120000 index 000000000..78d3bd784 --- /dev/null +++ b/config/rootfiles/core/203/filelists/x86_64/grub @@ -0,0 +1 @@ +../../../../common/x86_64/grub \ No newline at end of file diff --git a/config/rootfiles/core/203/update.sh b/config/rootfiles/core/203/update.sh index 75027a5bd..c7cbb911d 100644 --- a/config/rootfiles/core/203/update.sh +++ b/config/rootfiles/core/203/update.sh @@ -63,7 +63,7 @@ sendprofile # Update grub config to display new core version if [ -e /boot/grub/grub.cfg ]; then - grub-mkconfig -o /boot/grub/grub.cfg + /usr/bin/install-bootloader fi sync