mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
grub: update to 2.12-rc1
this is the first version that support booting linux kernel on riscv. The release of the final version was delayed again and again so i have bootstrapped the rc1 from the git and fixed the path in 25_bli. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
5868715e47
commit
3273f4796a
9
src/patches/grub/grub-2.12-rc1-fix_bli_bin_sh_path.patch
Normal file
9
src/patches/grub/grub-2.12-rc1-fix_bli_bin_sh_path.patch
Normal file
@@ -0,0 +1,9 @@
|
||||
diff -Naur grub-2.12-rc1.org/util/grub.d/25_bli.in grub-2.12-rc1/util/grub.d/25_bli.in
|
||||
--- grub-2.12-rc1.org/util/grub.d/25_bli.in 2023-07-10 17:43:48.000000000 +0200
|
||||
+++ grub-2.12-rc1/util/grub.d/25_bli.in 2023-11-17 07:07:30.743519612 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/sh
|
||||
+#!/bin/sh
|
||||
set -e
|
||||
|
||||
# grub-mkconfig helper script.
|
||||
Reference in New Issue
Block a user