]> git.ipfire.org Git - ipfire-2.x.git/blame_incremental - config/syslinux/syslinux.cfg
Merge remote-tracking branch 'origin/master' into next
[ipfire-2.x.git] / config / syslinux / syslinux.cfg
... / ...
CommitLineData
1SERIAL 0 115200
2
3UI vesamenu.c32
4PROMPT 0
5DEFAULT installer
6TIMEOUT 600
7
8MENU HSHIFT 0
9MENU WIDTH 40
10MENU MARGIN 1
11MENU VSHIFT 8
12MENU ROWS 10
13MENU HELPMSGROW 16
14MENU BACKGROUND boot.png
15MENU CLEAR
16
17# Coloring
18MENU COLOR TITLE * #FFFFFFFF *
19MENU COLOR BORDER * #00000000 #00000000 none
20MENU COLOR SEL * #FFFFFFFF #FFE74C2E *
21MENU COLOR HOTSEL 1;7;37;40 #FFFFFFFF #99E74C2E *
22MENU COLOR TABMSG * #FFFFFFFF #00000000 *
23
24MENU TITLE Welcome!
25
26LABEL installer
27 MENU LABEL Install IPFire VERSION
28 TEXT HELP
29Install the version of IPFire that is on this disk.
30 ENDTEXT
31 KERNEL vmlinuz
32 INITRD instroot
33 APPEND vga=791
34
35MENU SEPARATOR
36
37MENU 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
49Run 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
58Run an unattended installation.
59 ENDTEXT
60 KERNEL vmlinuz
61 INITRD instroot
62 APPEND installer.unattended
63MENU END
64
65MENU 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
77Diagnose memory problems with memtest86+.
78 ENDTEXT
79 KERNEL memtest
80
81 LABEL hdt
82 MENU LABEL Hardware Detection Tool
83 TEXT HELP
84Check your hardware with the Hardware Detection Tool!
85 ENDTEXT
86 KERNEL hdt.c32
87MENU END
88
89MENU 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
101Run 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
110Run 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
121Diagnose 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
129Check your hardware with the Hardware Detection Tool!
130 ENDTEXT
131 KERNEL hdt.c32
132
133MENU END
134
135MENU SEPARATOR
136
137LABEL netboot
138 MENU LABEL boot.ipfire.org
139 TEXT HELP
140Boot from the IPFire Boot Server!
141 ENDTEXT
142 KERNEL netboot