Merge remote-tracking branch 'origin/github/pr/145'
[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%/vmlinuz
6   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=791 nomce net.ifnames=0 
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
16 # simple template markers so they can be replaced inline on the ISO
17 #### START_OF_MARKER ####
18 #001############################################################################################################################################################################################################################################################################################################################################################################################################
19 #002############################################################################################################################################################################################################################################################################################################################################################################################################
20 #003############################################################################################################################################################################################################################################################################################################################################################################################################
21 #004############################################################################################################################################################################################################################################################################################################################################################################################################
22 #005############################################################################################################################################################################################################################################################################################################################################################################################################
23 #006############################################################################################################################################################################################################################################################################################################################################################################################################
24 #007############################################################################################################################################################################################################################################################################################################################################################################################################
25 #008############################################################################################################################################################################################################################################################################################################################################################################################################
26 #009############################################################################################################################################################################################################################################################################################################################################################################################################
27 #010############################################################################################################################################################################################################################################################################################################################################################################################################
28 #011############################################################################################################################################################################################################################################################################################################################################################################################################
29 #012############################################################################################################################################################################################################################################################################################################################################################################################################
30 #013############################################################################################################################################################################################################################################################################################################################################################################################################
31 #014############################################################################################################################################################################################################################################################################################################################################################################################################
32 #015############################################################################################################################################################################################################################################################################################################################################################################################################
33 #### END_OF_MARKER ####