Make vesa and rescue options available in UEFI (#576828)
On Fri, 2010-05-21 at 15:29 -0400, Peter Jones wrote:
> 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@
ack
--
Jesse Keating
Fedora -- Freedom˛ is a feature!
identi.ca: http://identi.ca/jkeating
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|