]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core203: Ship GRUB
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 May 2026 09:25:14 +0000 (09:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 May 2026 09:25:14 +0000 (09:25 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/203/filelists/aarch64/grub [new symlink]
config/rootfiles/core/203/filelists/riscv64/grub [new symlink]
config/rootfiles/core/203/filelists/x86_64/grub [new symlink]
config/rootfiles/core/203/update.sh

diff --git a/config/rootfiles/core/203/filelists/aarch64/grub b/config/rootfiles/core/203/filelists/aarch64/grub
new file mode 120000 (symlink)
index 0000000..40ae85f
--- /dev/null
@@ -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 (symlink)
index 0000000..7013c0b
--- /dev/null
@@ -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 (symlink)
index 0000000..78d3bd7
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/x86_64/grub
\ No newline at end of file
index 75027a5bd82c6ce320166d721af337e1f37c6a42..c7cbb911dd05070d147929cacd2d0ed1c5f870c8 100644 (file)
@@ -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