Make vesa and rescue options available in UEFI (#576828)
Add some more menu items. Weee!
---
bootdisk/x86_64/grub.conf | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/bootdisk/x86_64/grub.conf b/bootdisk/x86_64/grub.conf
index ba5d86b..9730334 100644
--- a/bootdisk/x86_64/grub.conf
+++ b/bootdisk/x86_64/grub.conf
@@ -3,6 +3,12 @@ default=0
splashimage=@SPLASHPATH@
timeout 5
hiddenmenu
-title @PRODUCT@ @VERSION@
+title Install or upgrade an existing system
kernel @KERNELPATH@ askmethod
initrd @INITRDPATH@
+title Install system with basic video driver
+ kernel @KERNELPATH@ xdriver=vesa nomodeset askmethod
+ initrd @INITRDPATH@
+title rescue
+ kernel @KERNELPATH@ rescue askmethod
+ initrd @INITRDPATH@
--
1.7.0.1
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|