]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/syslinux/syslinux.cfg
30bc629c525f66680fbc796593768923077801e1
[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 MENU END
81
82 MENU BEGIN serial
83 MENU TITLE Serial console options
84
85 LABEL serial.back
86 MENU LABEL Back
87 MENU EXIT
88
89 MENU SEPARATOR
90
91 LABEL ipfire-serial
92 MENU LABEL Install IPFire (serial)
93 TEXT HELP
94 Run the installer with serial console.
95 ENDTEXT
96 KERNEL vmlinuz
97 INITRD instroot
98 APPEND console=ttyS0,115200 novga
99
100 LABEL unattended-serial
101 MENU LABEL Unattended installation (serial)
102 TEXT HELP
103 Run an unattended installation wit serial console.
104 ENDTEXT
105 KERNEL vmlinuz
106 INITRD instroot
107 APPEND console=ttyS0,115200 novga installer.unattended
108
109 MENU SEPARATOR
110
111 LABEL memtest-serial
112 MENU LABEL memtest86+ (serial)
113 TEXT HELP
114 Diagnose memory problems with memtest86+ with serial console.
115 ENDTEXT
116 KERNEL memtest
117 APPEND console=ttyS0,115200
118 MENU END
119
120 MENU SEPARATOR
121
122 LABEL netboot
123 MENU LABEL boot.ipfire.org
124 TEXT HELP
125 Boot from the IPFire Boot Server!
126 ENDTEXT
127 KERNEL netboot