-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[iso] fix GRUB version detection for Fedora Rawhide
* How nice of "Open Source proponent" IBM/Red-Hat/Fedora to fix double space typos while making sure the provenance of the software they are using is hidden: https://src.fedoraproject.org/rpms/grub2/blob/rawhide/f/0024-Don-t-say-GNU-Linux-in-generated-menus.patch * Long story short: Fedora fixed the double space in "GRUB version", but of course they didn't upstream this change since it is part of a patch that removes every possible mention of GNU. This made our GRUB version detection break, since it relies on finding a "GRUB version" string. * Fix this by looking for both "GRUB version" and "GRUB version". * This, however, does not fix Fedora Rawhide BIOS boot, since they also added custom GRUB calls such as 'grub_debug_is_enabled', which we don't have in our vanilla produced GRUB binary. * Closes #2002.
- Loading branch information
Showing
3 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters