Bug 972355

Summary: Add support for EFI operating systems in mkconfig
Product: [Fedora] Fedora Reporter: Matthew Garrett <mjg59>
Component: grub2Assignee: Peter Jones <pjones>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: awilliam, bcl, dennis, mads, pjones, shigorin
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-10 23:17:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Add EFI operating systems to the menu none

Description Matthew Garrett 2013-06-08 19:56:35 UTC
Created attachment 758622 [details]
Add EFI operating systems to the menu

UEFI operating systems don't get added to the boot menu, which is a pain. This patch adds rough support.

Comment 1 Adam Williamson 2013-06-10 22:13:35 UTC
any objection to making this a dupe of 873207? it's the same issue and a lot of interested parties are subscribed to that one.

Comment 2 Matthew Garrett 2013-06-10 22:18:05 UTC
No problem.

Comment 3 Adam Williamson 2013-06-10 23:17:03 UTC

*** This bug has been marked as a duplicate of bug 873207 ***

Comment 4 Michael Shigorin 2013-11-26 20:25:57 UTC
In case anyone with 2.00 wonders:

+grub_tab="	"
+
+grub_add_tab () {
+  sed -e "s/^/$grub_tab/"
+}

Thank you Matthew :)