mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-01 15:28:25 -04:00
[grub] update GRUB to 2.12 release
This commit is contained in:
parent
4df3fd8d16
commit
cba95f7710
4 changed files with 9 additions and 9 deletions
Binary file not shown.
|
@ -4,4 +4,4 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#define GRUB2_PACKAGE_VERSION "2.06"
|
||||
#define GRUB2_PACKAGE_VERSION "2.12"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue