]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/syslinux/syslinux.cfg
Merge remote-tracking branch 'origin/master' into next
[people/pmueller/ipfire-2.x.git] / config / syslinux / syslinux.cfg
1 SERIAL 0 115200
2
3 UI vesamenu.c32
4 PROMPT 0
5 DEFAULT installer
6 TIMEOUT 600
7
8 MENU HSHIFT 0
9 MENU WIDTH 40
10 MENU MARGIN 1
11 MENU VSHIFT 8
12 MENU ROWS 10
13 MENU HELPMSGROW 16
14 MENU BACKGROUND boot.png
15 MENU CLEAR
16
17 # Coloring
18 MENU COLOR TITLE * #FFFFFFFF *
19 MENU COLOR BORDER * #00000000 #00000000 none
20 MENU COLOR SEL * #FFFFFFFF #FFE74C2E *
21 MENU COLOR HOTSEL 1;7;37;40 #FFFFFFFF #99E74C2E *
22 MENU COLOR TABMSG * #FFFFFFFF #00000000 *
23
24 MENU TITLE Welcome!
25
26 LABEL installer
27 MENU LABEL Install IPFire VERSION
28 TEXT HELP
29 Install the version of IPFire that is on this disk.
30 ENDTEXT
31 KERNEL vmlinuz
32 INITRD instroot
33 APPEND vga=791
34
35 MENU SEPARATOR
36
37 MENU BEGIN other
38 MENU TITLE Other installation options
39
40 LABEL other.back
41 MENU LABEL Back
42 MENU EXIT
43
44 MENU SEPARATOR
45
46 LABEL novga
47 MENU LABEL Install IPFire (text mode)
48 TEXT HELP
49 Run the installer in text mode.
50 ENDTEXT
51 KERNEL vmlinuz
52 INITRD instroot
53 APPEND novga
54
55 LABEL unattended
56 MENU LABEL Unattended installation
57 TEXT HELP
58 Run an unattended installation.
59 ENDTEXT
60 KERNEL vmlinuz
61 INITRD instroot
62 APPEND installer.unattended
63 MENU END
64
65 MENU BEGIN tools
66 MENU TITLE Tools
67
68 LABEL tools.back
69 MENU LABEL Back
70 MENU EXIT
71
72 MENU SEPARATOR
73
74 LABEL memtest
75 MENU LABEL memtest86+
76 TEXT HELP
77 Diagnose memory problems with memtest86+.
78 ENDTEXT
79 KERNEL memtest
80
81 LABEL hdt
82 MENU LABEL Hardware Detection Tool
83 TEXT HELP
84 Check your hardware with the Hardware Detection Tool!
85 ENDTEXT
86 KERNEL hdt.c32
87 MENU END
88
89 MENU BEGIN serial
90 MENU TITLE Serial console options
91
92 LABEL serial.back
93 MENU LABEL Back
94 MENU EXIT
95
96 MENU SEPARATOR
97
98 LABEL ipfire-serial
99 MENU LABEL Install IPFire (serial)
100 TEXT HELP
101 Run the installer with serial console.
102 ENDTEXT
103 KERNEL vmlinuz
104 INITRD instroot
105 APPEND console=ttyS0,115200 novga
106
107 LABEL unattended-serial
108 MENU LABEL Unattended installation (serial)
109 TEXT HELP
110 Run an unattended installation wit serial console.
111 ENDTEXT
112 KERNEL vmlinuz
113 INITRD instroot
114 APPEND console=ttyS0,115200 novga unattended
115
116 MENU SEPARATOR
117
118 LABEL memtest-serial
119 MENU LABEL memtest86+ (serial)
120 TEXT HELP
121 Diagnose memory problems with memtest86+ with serial console.
122 ENDTEXT
123 KERNEL memtest
124 APPEND console=ttyS0,115200
125
126 LABEL hdt-serial
127 MENU LABEL Hardware Detection Tool
128 TEXT HELP
129 Check your hardware with the Hardware Detection Tool!
130 ENDTEXT
131 KERNEL hdt.c32
132
133 MENU END
134
135 MENU SEPARATOR
136
137 LABEL netboot
138 MENU LABEL boot.ipfire.org
139 TEXT HELP
140 Boot from the IPFire Boot Server!
141 ENDTEXT
142 KERNEL netboot