4febf2ff466b31398de6a7774897b6b1898c715f
[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 # - addons_list.cfg  -> list of entries for addon menu
10 # - addon_*          -> definition for entries in the addon menu
11 # - boot-beep.msg    -> bootsplash config for console version sending beep sound
12 # - boot.msg         -> bootsplash config for console version (no graphical boot menu)
13 # - console.cfg      -> console version configuration of isolinux (no graphical boot menu)
14 # - default.cfg      -> default boot entry (default select)
15 # - distri.cfg       -> configuration file which specifies which file provides the labels
16 # - f1. ..f10        -> bootsplash screens when pressing f1...f10 in console version
17 # - grml.cfg         -> definitions of labels for main bootoptions of the grml live system
18 # - grmlmain.cfg     -> automatically generated by grml-live (includes several other files)
19 # - grml.png         -> background image of graphical bootsplash for grml
20 # - hd.cfg           -> definition for boot from hd menu entry
21 # - hidden.cfg       -> definitions for isolinux prompt
22 # - isolinux.bin     -> isolinux binary
23 # - isolinux.cfg     -> this file, includes the according files as requested
24 # - isopromt.cfg     -> definition for isoprompt menu entry
25 # - logo.16          -> logo visible in console version of bootsplash
26 # - menudefaults.cfg -> menu entry for default boot mode
27 # - menuoptions.cfg  -> menu for additional boot entries for the (grml) flavour
28 # - options.cfg      -> label definitions for further boot layout
29 # - prompt.cfg       -> helper file to jump between graphical and console based version
30 # - syslinux.cfg     -> syslinux specific configuration file
31 # - vesamenu.c32     -> vesamenu binary for graphical boot menu
32 # - vesamenu.cfg     -> configuration of graphical boot splash/menu
33 ################################################################################
34 # Shortcut keys of vesamenu bootsplash
35 #
36 # Instructions: Just press the specified key to jump to the according menu entry.
37 #               For example press 'i' to select the 'Isolinux prompt' menu entry.
38 #
39 # s = Standard ($version, $arch)
40 #
41 # Additional boot entries for $FLAVOUR:
42 #
43 #   b = Back to main menu...
44 #   d = Debug Mode
45 #   a = Disable Framebuffer
46 #   s = Enable SSH (with random password)
47 #   o = Forensic Mode
48 #   g = German Settings
49 #   m = Graphical Mode
50 #   p = Persistent Mode
51 #   r = Load to RAM
52 #   c = Serial Console
53 #
54 # Further boot options:
55 # Addons:
56 #
57 #   b = Back to main menu...
58 #   2 = Grub2
59 #   1 = Grub1
60 #   a = All-in-One-Image
61 #   x = GPXE
62 #   f = FreeDOS
63 #   m = Memtest86+
64 #   t = Hardware Detection Tool
65 #
66 # i = Isolinux prompt
67 # b = Boot from Hard Disk
68 ################################################################################
69
70 # timeout settings:
71 timeout 300
72
73 # boot from hard disk instead by default:
74 # ontimeout chain.32 hd0 0
75
76 # use this to control the bootup via a serial port:
77 # serial 0 9600
78
79 # finally either include 'console.cfg' for console based bootsplash
80 # or 'vesamenu.cfg' for graphic menu version of bootsplash (adjusted
81 # automatically in build process via grml-live):