mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
update internal GRUB2 bootloader for Ubuntu 23.04
* Yet another example in the long list of how not releasing your project IN A TIMELY MANNER is creating HUGE PROBLEMS downstream... Looking at you GRUB!!! * Closes #2233
This commit is contained in:
parent
e44cd90639
commit
18645c9e70
3 changed files with 9 additions and 8 deletions
Binary file not shown.
|
@ -1,8 +1,9 @@
|
|||
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:
|
||||
* Because of issue #2233, boot.img and core.img were created from the GRUB git
|
||||
source (@e67a551a48192a04ab705fca832d82f850162b64) obtained on 2023.04.25 from:
|
||||
https://git.savannah.gnu.org/cgit/grub.git/tree/?id=e67a551a48192a04ab705fca832d82f850162b64
|
||||
on a Debian 11.6 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