1 ; menu is the entrie point. at least default definition has to exist
4 entries=[debug,nofb,lang-de]
6 [grml] ; section name could be used as short name / label in isolinux
7 name=%GRML_NAME% ^Standard (%VERSION%, %ARCH%)
8 parameters=boot=live apm=power-off vga=791 quiet nomce
9 # there is a problem with text formating like right aligned..
10 help=Grml is a Debian based Linux live system for system administrators and users of text tools.\n\nhttp://grml.org/
14 name=%GRML_NAME% - Debug Mode
16 parameters=boot=live apm=power-off vga=791 verbose debug=vc debug initcall_debug nomce
17 help=Boot Grml in debug mode, which activates debug shells during bootup sequence.
21 name=%GRML_NAME% - Dis^able Framebuffer
23 parameters=boot=live apm=power-off vga=normal quiet nomce
24 help=Boot Grml without framebuffer.
28 name=%GRML_NAME% - German Settings
30 parameters=boot=live apm=power-off vga=791 quiet nomce lang=de
31 help=Boot Grml with german settings.