Do not use build server's hostname for /etc/mailname + /etc/bacula/bacula-fd.conf.
[grml-live.git] / templates / boot / isolinux / isolinux.cfg
1 # use this to control the bootup via a serial port
2 # SERIAL 0 9600
3 DEFAULT grml
4 # DEFAULT menu.c32
5 TIMEOUT 300
6 # ONTIMEOUT chain.32 hd0 0
7 PROMPT 1
8 DISPLAY boot.msg
9 F1 boot.msg
10 F2 f2
11 F3 f3
12 F4 f4
13 F5 f5
14 F6 f6
15 F7 f7
16 F8 f8
17 F9 f9
18 F10 f10
19
20 # LABEL menu
21 # MENU HIDE
22 # KERNEL menu.c32
23
24 MENU TITLE grml - Boot Menu
25
26 # the default:
27 LABEL grml
28 MENU LABEL grml - Standard Bootup
29 MENU DEFAULT
30 KERNEL /boot/%GRML_NAME%/linux26
31 APPEND apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
32
33 LABEL grml2ram
34 MENU LABEL grml2ram - Copy Squashfs file to RAM
35 MENU DEFAULT
36 KERNEL /boot/%GRML_NAME%/linux26
37 APPEND apm=power-off toram=%GRML_NAME_SQUASHFS% vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
38
39 LABEL splash
40 MENU LABEL grml - Bootsplash
41 KERNEL /boot/%GRML_NAME%/linux26
42 APPEND apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live splash nomce
43
44 LABEL grml2hd
45 MENU LABEL grml2hd
46 KERNEL /boot/%GRML_NAME%/linux26
47 APPEND apm=power-off quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
48
49 LABEL debian2hd
50 MENU LABEL debian2hd
51 KERNEL /boot/%GRML_NAME%/linux26
52 APPEND apm=power-off vga=791 initrd=/boot/%GRML_NAME%/initrd.gz boot=live BOOT_IMAGE=debian2hd nomce
53
54 LABEL debug
55 MENU LABEL debug
56 KERNEL /boot/%GRML_NAME%/linux26
57 APPEND apm=power-off vga=791 verbose debug=vc debug initrd=/boot/%GRML_NAME%/initrd.gz boot=live initcall_debug nomce
58
59 LABEL bootchart
60 MENU LABEL bootchart
61 KERNEL /boot/%GRML_NAME%/linux26
62 APPEND init=/sbin/bootchartd apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
63
64 LABEL vmware
65 MENU LABEL vmware
66 KERNEL /boot/%GRML_NAME%/linux26
67 APPEND apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
68
69 LABEL qemu
70 MENU LABEL qemu
71 KERNEL /boot/%GRML_NAME%/linux26
72 APPEND apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce qemu
73
74 LABEL grmlx
75 MENU LABEL grmlx
76 KERNEL /boot/%GRML_NAME%/linux26
77 APPEND apm=power-off startx=wm-ng vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
78
79 LABEL nofb
80 MENU LABEL grml without framebuffer
81 KERNEL /boot/%GRML_NAME%/linux26
82 APPEND apm=power-off vga=normal video=ofonly quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
83
84 LABEL linux26
85 MENU LABEL linux26
86 KERNEL /boot/%GRML_NAME%/linux26
87 APPEND apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
88
89 LABEL memtest
90 MENU LABEL memtest
91 KERNEL /boot/addons/memtest
92 APPEND BOOT_IMAGE=memtest
93
94 LABEL fb1280x1024
95 MENU LABEL fb1280x1024
96 KERNEL /boot/%GRML_NAME%/linux26
97 APPEND apm=power-off vga=794 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
98
99 LABEL fb1024x768
100 MENU LABEL fb1024x768
101 KERNEL /boot/%GRML_NAME%/linux26
102 APPEND apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
103
104 LABEL fb800x600
105 MENU LABEL fb800x600
106 KERNEL /boot/%GRML_NAME%/linux26
107 APPEND apm=power-off vga=788 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
108
109 LABEL failsafe
110 MENU LABEL failsafe
111 KERNEL /boot/%GRML_NAME%/linux26
112 APPEND initrd=/boot/%GRML_NAME%/initrd.gz vga=normal boot=live noautoconfig atapicd noacpi acpi=off nomodules nofirewire noudev nousb nohotplug noapm nopcmcia maxcpus=1 noscsi noagp nodma ide=nodma noswap nofstab nosound nogpm nosyslog nodhcp nocpu nodisc nomodem xmodule=vesa noraid nolvm
113
114 LABEL forensic
115 MENU LABEL forensic
116 KERNEL /boot/%GRML_NAME%/linux26
117 APPEND vga=791 nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live
118
119 LABEL grub
120 MENU LABEL grub
121 KERNEL /boot/addons/memdisk
122 APPEND initrd=/boot/addons/allinone.img
123
124 LABEL dos
125 MENU LABEL dos
126 KERNEL /boot/addons/memdisk
127 APPEND initrd=/boot/addons/balder10.imz
128
129 LABEL serial
130 MENU LABEL serial
131 KERNEL /boot/%GRML_NAME%/linux26
132 APPEND apm=power-off vga=normal video=vesafb:off quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
133
134 LABEL userdef
135 MENU LABEL User defined
136 MENU HIDE
137 KERNEL /boot/%GRML_NAME%/linux26
138 APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
139 LABEL hda
140 MENU LABEL Boot First Harddrive (via chain.c32)
141 KERNEL /boot/addons/chain.c32
142 APPEND hd0 0
143
144 LABEL fd0
145 MENU LABEL Boot First Floppy Drive (via chain.c32)
146 KERNEL /boot/addons/chain.c32
147 APPEND fd0
148
149 LABEL hd
150 MENU LABEL Boot First Harddrive
151 LOCALBOOT 0x80
152
153 LABEL hd1
154 MENU LABEL Boot Second Harddrive
155 LOCALBOOT 0x81
156
157 LABEL hd2
158 MENU LABEL Boot Third Harddrive
159 LOCALBOOT 0x82
160
161 LABEL hd3
162 MENU LABEL Boot Fourth Harddrive
163 LOCALBOOT 0x83
164
165 LABEL floppy
166 MENU LABEL Boot First Floppy Drive
167 LOCALBOOT 0x0
168
169 LABEL next
170 MENU LABEL Next device
171 LOCALBOOT -1