diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-15 18:28:48 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-15 18:28:48 -0600 |
commit | 98264c3e6fa550a221317a931aeec048eebd01cd (patch) | |
tree | 5d5cdec497b62d148d5d44d91d717283bf5d71d2 /user/grub/0002-revert-gawk.patch | |
parent | 72f2df3f9c62d87fd0255088eec967f2fc2f6da5 (diff) | |
download | packages-98264c3e6fa550a221317a931aeec048eebd01cd.tar.gz packages-98264c3e6fa550a221317a931aeec048eebd01cd.tar.bz2 packages-98264c3e6fa550a221317a931aeec048eebd01cd.tar.xz packages-98264c3e6fa550a221317a931aeec048eebd01cd.zip |
user/grub: Update to 2.12
This fixes many bugs, including the ability to read newer XFS disks.
Closes: #1311
Diffstat (limited to 'user/grub/0002-revert-gawk.patch')
-rw-r--r-- | user/grub/0002-revert-gawk.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/grub/0002-revert-gawk.patch b/user/grub/0002-revert-gawk.patch index 565e22d6a..93ed3448d 100644 --- a/user/grub/0002-revert-gawk.patch +++ b/user/grub/0002-revert-gawk.patch @@ -6,7 +6,7 @@ We don't ship gawk, so we can't use asorti. The old way worked fine enough. --- grub-2.12-rc1/grub-core/genmoddep.awk.old 2023-07-10 15:43:48.000000000 +0000 +++ grub-2.12-rc1/grub-core/genmoddep.awk 2023-10-01 07:52:03.407286373 +0000 -@@ -59,9 +59,7 @@ +@@ -63,9 +63,7 @@ } modlist = "" depcount[mod] = 0 |