Skip to content

Commit

Permalink
Enable fb for "graphical mode" boot option in isolinux
Browse files Browse the repository at this point in the history
The "grmlx" label in isolinux and the "startx" option in grub
already did this.
  • Loading branch information
Christian Hofstaedtler committed Dec 15, 2011
1 parent 24e7e2c commit 39edd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/boot/isolinux/grml.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 39edd53

Please sign in to comment.