[grub] update GRUB to 2.02 release

* Just update the headers really, since all the core.img
  from 2.02~rc1 upwards have been binary identical.
* Also fix a potential small issue in process.c
This commit is contained in:
Pete Batard 2017-05-05 19:21:53 +01:00
parent 302f108d79
commit e52947f300
5 changed files with 10 additions and 11 deletions

View file

@ -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~rc2"
#define GRUB2_PACKAGE_VERSION "2.02"

View file

@ -1,7 +1,7 @@
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~rc2.tar.xz, on a Debian stretch x64 system.
http://ftp.gnu.org/gnu/grub/grub-2.02.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.