mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[grub] add GRUB 2.0 versioning and enable external core.img download
* Closes #419 * Also updated Bled to latest
This commit is contained in:
parent
7599715ae6
commit
e90eaa4abc
11 changed files with 158 additions and 18 deletions
5
res/grub/grub_version.h
Normal file
5
res/grub/grub_version.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
/*
|
||||
* This file contains the version string of the Grub4Dos 2.x binary embedded in Rufus.
|
||||
* Should be the same as the grub4dos_version file in the source Grub4Dos was compiled from.
|
||||
*/
|
||||
#define GRUB4DOS_VERSION "0.4.5c"
|
5
res/grub2/grub2_version.h
Normal file
5
res/grub2/grub2_version.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
/*
|
||||
* 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~beta2"
|
|
@ -305,6 +305,15 @@ t MSG_114 "This image uses Syslinux %s%s but this application only includes the
|
|||
"Note: The files will be downloaded in the current application directory and will be reused "
|
||||
"automatically if present.\n"
|
||||
t MSG_115 "Download required"
|
||||
t MSG_116 "This image uses Grub %s but the application only includes the installation files for "
|
||||
"Grub %s.\n\nAs different versions of Grub may not be compatible with one another, and it is "
|
||||
"not possible to include them all, Rufus will attempt to locate a version of the Grub "
|
||||
"installation file ('core.img') that matches the one from your image:\n"
|
||||
"- Select 'Yes' to connect to the Internet and attempt to download it\n"
|
||||
"- Select 'No' to use the embedded version regardless\n"
|
||||
"- Select 'Cancel' to abort the operation\n\n"
|
||||
"Note: The file will be downloaded in the current application directory and will be reused "
|
||||
"automatically if present. If no match can be found, then the embedded version will be used.\n"
|
||||
# Tootips
|
||||
# Partition Scheme and Target Type
|
||||
t MSG_150 "Usually the safest choice. If you have an UEFI computer and want to install "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue