mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-02 23:59:53 -04:00
[grub] update GRUB to 2.02~rc2
This commit is contained in:
parent
be1bdb7c85
commit
cbd31af448
6 changed files with 10 additions and 8 deletions
Binary file not shown.
|
@ -2,4 +2,4 @@
|
|||
* This file contains the version string of the GRUB 2.x binary embedded in Rufus.
|
||||
* Should be the same as GRUB's PACKAGE_VERSION in config.h.
|
||||
*/
|
||||
#define GRUB2_PACKAGE_VERSION "2.02~beta3"
|
||||
#define GRUB2_PACKAGE_VERSION "2.02~rc2"
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
This directory contains the Grub 2.0 boot records that are used by Rufus
|
||||
|
||||
* boot.img and core.img were compiled from
|
||||
http://alpha.gnu.org/gnu/grub/grub-2.02~beta3.tar.xz, on a Debian 8.3 x64 system.
|
||||
http://alpha.gnu.org/gnu/grub/grub-2.02~rc2.tar.xz, on a Debian stretch x64 system.
|
||||
This was done following the guide from:
|
||||
http://pete.akeo.ie/2014/05/compiling-and-installing-grub2-for.html.
|
||||
--enable-boot-time was also added during ./configure for Manjaro Linux compatibility.
|
||||
|
||||
* boot.img has been modified to nop the jump @ 0x66 as per grub2's setup.c comments:
|
||||
/* If DEST_DRIVE is a hard disk, enable the workaround, which is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue