Rework variable replacements in templates
[grml-live.git] / templates / boot / isolinux / isolinux.cfg
1 # Filename:      isolinux.cfg
2 # Purpose:       main and central configuration file for isolinyx
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2 or any later version.
6 ################################################################################
7 # File Overview:
8 # - addons.cfg       -> configuration file for /boot/addons/ (only used if NO_ADDONS not set)
9 # - boot-beep.msg    -> bootsplash config for console version sending beep sound
10 # - boot.msg         -> bootsplash config for console version (no graphical boot menu)
11 # - console.cfg      -> console version configuration of isolinux (no graphical boot menu)
12 # - default.cfg      -> default boot entry (default select)
13 # - distri.cfg       -> configuration file which specifies which file provides the labels
14 # - f1. ..f10        -> bootsplash screens when pressing f1...f10 in console version
15 # - grml.cfg         -> definitions of labels for main bootoptions of the grml live system
16 # - grmlmain.cfg     -> automatically generated by grml-live (includes several other files)
17 # - grml.png         -> background image of graphical bootsplash for grml
18 # - hd.cfg           -> definition for boot from hd menu entry
19 # - hidden.cfg       -> definitions for isolinux prompt
20 # - isolinux.bin     -> isolinux binary
21 # - isolinux.cfg     -> this file, includes the according files as requested
22 # - isopromt.cfg     -> definition for isoprompt menu entry
23 # - logo.16          -> logo visible in console version of bootsplash
24 # - menudefaults.cfg -> menu entry for default boot mode
25 # - menuoptions.cfg  -> menu for additional boot entries for the (grml) flavour
26 # - options.cfg      -> label definitions for further boot layout
27 # - prompt.cfg       -> helper file to jump between graphical and console based version
28 # - syslinux.cfg     -> syslinux specific configuration file
29 # - vesamenu.c32     -> vesamenu binary for graphical boot menu
30 # - vesamenu.cfg     -> configuration of graphical boot splash/menu
31 ################################################################################
32
33 # timeout settings:
34 timeout 300
35
36 # boot from hard disk instead by default:
37 # ontimeout chain.32 hd0 0
38
39 # use this to control the bootup via a serial port:
40 # serial 0 9600
41
42 # finally either include 'console.cfg' for console based bootsplash
43 # or 'vesamenu.cfg' for graphic menu version of bootsplash (adjusted
44 # automatically in build process via grml-live):