Bug 972355 - Add support for EFI operating systems in mkconfig
Summary: Add support for EFI operating systems in mkconfig
Keywords:
Status: CLOSED DUPLICATE of bug 873207
Alias: None
Product: Fedora
Classification: Fedora
Component: grub2
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-08 19:56 UTC by Matthew Garrett
Modified: 2013-11-26 20:25 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-10 23:17:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Add EFI operating systems to the menu (800 bytes, patch)
2013-06-08 19:56 UTC, Matthew Garrett
no flags Details | Diff

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 :)


Note You need to log in before you can comment on or make changes to this bug.