]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame_incremental - config/syslinux/syslinux.cfg
installer: Enable new partitioning code to be run in unattended mode
[people/pmueller/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
54 LABEL unattended
55 MENU LABEL Unattended installation
56 TEXT HELP
57Run an unattended installation.
58 ENDTEXT
59 KERNEL vmlinuz
60 INITRD instroot
61 APPEND installer.unattended
62MENU END
63
64MENU BEGIN tools
65 MENU TITLE Tools
66
67 LABEL tools.back
68 MENU LABEL Back
69 MENU EXIT
70
71 MENU SEPARATOR
72
73 LABEL memtest
74 MENU LABEL memtest86+
75 TEXT HELP
76Diagnose memory problems with memtest86+.
77 ENDTEXT
78 KERNEL memtest
79
80 LABEL hdt
81 MENU LABEL Hardware Detection Tool
82 TEXT HELP
83Check your hardware with the Hardware Detection Tool!
84 ENDTEXT
85 KERNEL hdt.c32
86MENU END
87
88MENU BEGIN serial
89 MENU TITLE Serial console options
90
91 LABEL serial.back
92 MENU LABEL Back
93 MENU EXIT
94
95 MENU SEPARATOR
96
97 LABEL ipfire-serial
98 MENU LABEL Install IPFire (serial)
99 TEXT HELP
100Run the installer with serial console.
101 ENDTEXT
102 KERNEL vmlinuz
103 INITRD instroot
104 APPEND console=ttyS0,115200 novga
105
106 LABEL unattended-serial
107 MENU LABEL Unattended installation (serial)
108 TEXT HELP
109Run an unattended installation wit serial console.
110 ENDTEXT
111 KERNEL vmlinuz
112 INITRD instroot
113 APPEND console=ttyS0,115200 novga unattended
114
115 MENU SEPARATOR
116
117 LABEL memtest-serial
118 MENU LABEL memtest86+ (serial)
119 TEXT HELP
120Diagnose memory problems with memtest86+ with serial console.
121 ENDTEXT
122 KERNEL memtest
123 APPEND console=ttyS0,115200
124
125 LABEL hdt-serial
126 MENU LABEL Hardware Detection Tool
127 TEXT HELP
128Check your hardware with the Hardware Detection Tool!
129 ENDTEXT
130 KERNEL hdt.c32
131
132MENU END
133
134MENU SEPARATOR
135
136LABEL netboot
137 MENU LABEL boot.ipfire.org
138 TEXT HELP
139Boot from the IPFire Boot Server!
140 ENDTEXT
141 KERNEL netboot