[grub] update GRUB to 2.12 release

This commit is contained in:
Pete Batard 2024-04-30 11:59:40 +01:00
parent 4df3fd8d16
commit cba95f7710
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 9 additions and 9 deletions

Binary file not shown.

View file

@ -4,4 +4,4 @@
*/
#pragma once
#define GRUB2_PACKAGE_VERSION "2.06"
#define GRUB2_PACKAGE_VERSION "2.12"

View file

@ -1,8 +1,8 @@
This directory contains the Grub 2.0 boot records that are used by Rufus
* boot.img and core.img were created from:
https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz
on a Debian 10.9 x64 system using the commands:
* boot.img and core.img were created from a patched (since the offcial GRUB 2.12 release is *BROKEN*):
https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz
on a Debian 12.5 x64 system using the commands:
./autogen.sh
# --enable-boot-time for Manjaro Linux
./configure --disable-nls --enable-boot-time