mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 01:15:12 -04:00
[grub] update GRUB to 2.02~beta3
This commit is contained in:
parent
e1c7c9670b
commit
b89beceedf
4 changed files with 8 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.
|
* 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.
|
* Should be the same as GRUB's PACKAGE_VERSION in config.h.
|
||||||
*/
|
*/
|
||||||
#define GRUB2_PACKAGE_VERSION "2.02~beta2"
|
#define GRUB2_PACKAGE_VERSION "2.02~beta3"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
This directory contains the Grub 2.0 boot records that are used by Rufus
|
This directory contains the Grub 2.0 boot records that are used by Rufus
|
||||||
|
|
||||||
* boot.img and core.img were compiled from git://git.savannah.gnu.org/grub.git,
|
* boot.img and core.img were compiled from
|
||||||
commit 72ec399ad8d6348b6c74ea63d80c79784c8b84ae, on a Debian 7.7.0 x64 system.
|
http://alpha.gnu.org/gnu/grub/grub-2.02~beta3.tar.xz, on a Debian 8.3 x64 system.
|
||||||
This was done following the guide from:
|
This was done following the guide from:
|
||||||
http://pete.akeo.ie/2014/05/compiling-and-installing-grub2-for.html.
|
http://pete.akeo.ie/2014/05/compiling-and-installing-grub2-for.html.
|
||||||
|
|
||||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
IDD_DIALOG DIALOGEX 12, 12, 242, 376
|
IDD_DIALOG DIALOGEX 12, 12, 242, 376
|
||||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
EXSTYLE WS_EX_ACCEPTFILES
|
EXSTYLE WS_EX_ACCEPTFILES
|
||||||
CAPTION "Rufus 2.8.872"
|
CAPTION "Rufus 2.8.873"
|
||||||
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
|
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
|
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
|
||||||
|
@ -320,8 +320,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 2,8,872,0
|
FILEVERSION 2,8,873,0
|
||||||
PRODUCTVERSION 2,8,872,0
|
PRODUCTVERSION 2,8,873,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -338,13 +338,13 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
||||||
VALUE "FileDescription", "Rufus"
|
VALUE "FileDescription", "Rufus"
|
||||||
VALUE "FileVersion", "2.8.872"
|
VALUE "FileVersion", "2.8.873"
|
||||||
VALUE "InternalName", "Rufus"
|
VALUE "InternalName", "Rufus"
|
||||||
VALUE "LegalCopyright", "© 2011-2016 Pete Batard (GPL v3)"
|
VALUE "LegalCopyright", "© 2011-2016 Pete Batard (GPL v3)"
|
||||||
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
||||||
VALUE "OriginalFilename", "rufus.exe"
|
VALUE "OriginalFilename", "rufus.exe"
|
||||||
VALUE "ProductName", "Rufus"
|
VALUE "ProductName", "Rufus"
|
||||||
VALUE "ProductVersion", "2.8.872"
|
VALUE "ProductVersion", "2.8.873"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue