Add grml as default to default.cfg. [Closes: issue761]
[grml-live.git] / templates / boot / isolinux / default.cfg
1 default grml
2 label grml
3   menu DEFAULT
4   menu label %GRML_NAME% ^Standard (%VERSION%, %ARCH%)
5   kernel /boot/%SHORT_NAME%/linux26
6   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% bootfrom=removable apm=power-off vga=791 quiet nomce 
7
8   text help
9                                         Grml is a Debian based Linux live
10                                         system for system administrators
11                                         and users of text tools.
12
13                                                          http://grml.org/
14   endtext
15