mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 14:05:22 -04:00
[core] add provision for Windows 7 sunsetting
* Update the relevant loc messages. * Also add a -z commandline option to force the Windows version (but without letting this option work as an override, if running on an unsupported platform). * Also fix typos and broken URLs.
This commit is contained in:
parent
419522c803
commit
c2fe08080a
8 changed files with 38 additions and 24 deletions
|
@ -894,8 +894,8 @@ void GetGrubVersion(char* buf, size_t buf_size)
|
|||
// to do that, which ends up tripling the file size...
|
||||
// Also, as mentioned above, Fedora have started applying *BREAKING* patches
|
||||
// willy-nilly, without bothering to alter the GRUB version string.
|
||||
// Soooo, since the universe is conspiring against us and since we have already
|
||||
// have a facility for it, we'll use it to dowload the relevant 'core.img' by
|
||||
// Soooo, since the universe is conspiring against us and since we already have
|
||||
// a facility for it, we'll use it to dowload the relevant 'core.img' by
|
||||
// appending a missing version suffix as needed...
|
||||
if (img_report.grub2_version[0] != 0) {
|
||||
if (has_grub_debug_is_enabled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue