New graphical boot menu; New configuration variable DISTRI_NAME; rework check for...
[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 # - distri.cfg    -> configuration file which specifies which file provides the labels
13 # - f1. ..f10     -> bootsplash screens when pressing f1...f10 in console version
14 # - grml.cfg      -> definitions of labels for main bootoptions of the grml live system
15 # - grml.png      -> background image of graphical bootsplash for grml
16 # - isolinux.bin  -> isolinux binary
17 # - isolinux.cfg  -> this file, includes the according files as requested
18 # - logo.16       -> logo visible in console version of bootsplash
19 # - prompt.cfg    -> helper file to jump between graphical and console based version
20 # - syslinux.cfg  -> syslinux specific configuration file
21 # - vesamenu.c32  -> vesamenu binary for graphical boot menu
22 # - vesamenu.cfg  -> configuration of graphical boot splash/menu
23 ################################################################################
24
25 # timeout settings:
26 timeout 300
27
28 # boot from hard disk instead by default:
29 # ontimeout chain.32 hd0 0
30
31 # use this to control the bootup via a serial port:
32 # serial 0 9600
33
34 # finally either include 'console.cfg' for console based bootsplash
35 # or 'vesamenu.cfg' for graphic menu version of bootsplash (adjusted
36 # automatically in build process via grml-live):