From 39edd534899386337f2dc63282157b124bda3a2d Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 15 Dec 2011 11:25:49 +0100 Subject: [PATCH] Enable fb for "graphical mode" boot option in isolinux The "grmlx" label in isolinux and the "startx" option in grub already did this. --- 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 4d1603a..4fbded2 100644 --- a/templates/boot/isolinux/grml.cfg +++ b/templates/boot/isolinux/grml.cfg @@ -71,7 +71,7 @@ label lang-de label %GRML_NAME%x menu label %GRML_NAME% - Graphical ^Mode kernel /boot/%SHORT_NAME%/linux26 - append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off nomce startx + append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 nomce startx text help Boot Grml and automatically invoke -- 2.1.4