From 1b666769776fa3f9916bd1097824ecbe74376411 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 28 Dec 2010 19:55:56 +0100 Subject: [PATCH] isolinux/grml.cfg: use vga=791 by default for "disabled KMS" boot menu entry. --- templates/boot/isolinux/grml.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/boot/isolinux/grml.cfg b/templates/boot/isolinux/grml.cfg index 286d708..db0a430 100644 --- a/templates/boot/isolinux/grml.cfg +++ b/templates/boot/isolinux/grml.cfg @@ -25,7 +25,7 @@ label nofb label nokms menu label %GRML_NAME% - Disable ^Kernel Mode-Setting kernel /boot/%SHORT_NAME%/linux26 - append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off radeon.modeset=0 i915.modeset=0 nouveau.modeset=0 nomodeset quiet nomce + append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off radeon.modeset=0 i915.modeset=0 nouveau.modeset=0 nomodeset quiet nomce vga=791 text help Boot Grml without KMS (Kernel -- 2.1.4