d8ce23eb816fe095a8e08bfd9dd921f7d8f5a4ed
[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 #   f = Failsafe Mode
48 #   o = Forensic Mode
49 #   g = German Settings
50 #   m = Graphical Mode
51 #   p = Persistent Mode
52 #   r = Load to RAM
53 #   c = Serial Console
54 #
55 # Further boot options:
56 # Addons:
57 #
58 #   b = Back to main menu...
59 #   2 = Grub2
60 #   1 = Grub1
61 #   a = All-in-One-Image
62 #   x = GPXE
63 #   f = FreeDOS
64 #   4 = MirOS bsd4grml
65 #   m = Memtest86+
66 #   t = Hardware Detection Tool
67 #
68 # i = Isolinux prompt
69 # b = Boot from Hard Disk
70 ################################################################################
71
72 # timeout settings:
73 timeout 300
74
75 # boot from hard disk instead by default:
76 # ontimeout chain.32 hd0 0
77
78 # use this to control the bootup via a serial port:
79 # serial 0 9600
80
81 # finally either include 'console.cfg' for console based bootsplash
82 # or 'vesamenu.cfg' for graphic menu version of bootsplash (adjusted
83 # automatically in build process via grml-live):