Document shortcut keys of vesamenu bootsplash; Add templates/boot/addons/gpxe.lkrn
[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 # Shortcut keys of vesamenu bootsplash
33 #
34 # Instructions: Just press the specified key to jump to the according menu entry.
35 #               For example press 'i' to select the 'Isolinux prompt' menu entry.
36 #
37 # s = Standard ($version, $arch)
38 #
39 # Additional boot entries for $FLAVOUR:
40 #
41 #   b = Back to main menu...
42 #   d = Debug Mode
43 #   a = Disable Framebuffer
44 #   s = Enable SSH (with random password)
45 #   f = Failsafe Mode
46 #   o = Forensic Mode
47 #   g = German Settings
48 #   m = Graphical Mode
49 #   r = Load to RAM
50 #   c = Serial Console
51 #
52 # Further boot options:
53 # Addons:
54 #
55 #   b = Back to main menu...
56 #   2 = Grub2
57 #   1 = Grub1
58 #   a = All-in-One-Image
59 #   x = GPXE
60 #   f = FreeDOS
61 #   4 = MirOS bsd4grml
62 #   m = Memtest86+
63 #   t = Hardware Detection Tool
64 #
65 # i = Isolinux prompt
66 # b = Boot from Hard Disk
67 ################################################################################
68
69 # timeout settings:
70 timeout 300
71
72 # boot from hard disk instead by default:
73 # ontimeout chain.32 hd0 0
74
75 # use this to control the bootup via a serial port:
76 # serial 0 9600
77
78 # finally either include 'console.cfg' for console based bootsplash
79 # or 'vesamenu.cfg' for graphic menu version of bootsplash (adjusted
80 # automatically in build process via grml-live):