Make vesa and rescue options available in UEFI (#576828)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 05/21/2010 12:29 PM, 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
- --
Brian C. Lane <bcl@redhat.com>
Red Hat / Port Orchard, WA
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQEVAwUBS/bmSBF+jBaO/jp/AQJN+Af/Sg+v8hiOIttZcvPPjZuQNeGDKkbObshZ
xfXmyI7Zp6h2ufQsqGCAzq4/zENbpEjXmOA34CuQkcD8d459zbfjoP+bwS/oYGGG
JO56VI5s9w/lNe24SZekhKvMHGKcuVloctXJ7wsdbDp46/4HaBbyPg5Xfd6klFMb
FiNSBKCBuvN+qCf1sIycaw2bPu2sN25C6aaleNG+SHP1jQU0ef T5ulY2XWcz2JRv
iI6pK65bcnedNdwu+67YUXf0cpNU2ybT7NNswfjBH4RD37+TPH IecZ710cpqgzMN
V2rowDz468mCPnCyJx8yoNqNZ5arcGhk3oMZk0TSRZ77cYzKDb oaEQ==
=1lqw
-----END PGP SIGNATURE-----
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|