1 |
default vesamenu.c32 |
default vesamenu.c32 |
2 |
timeout 600 |
timeout 600 |
3 |
|
F1 help.txt |
4 |
|
|
5 |
display boot.msg |
display boot.msg |
6 |
|
|
7 |
menu background splash.jpg |
menu background splash.png |
8 |
menu title Welcome to SME Server 9.0 |
menu title Welcome to SME Server 9.0 |
9 |
menu color border 0 #ffffffff #00000000 |
menu color border 0 #ffffffff #00000000 |
10 |
menu color sel 7 #ffffffff #ff000000 |
menu color sel 7 #ffffffff #ff000000 |
14 |
menu color hotsel 0 #ff000000 #ffffffff |
menu color hotsel 0 #ff000000 #ffffffff |
15 |
menu color hotkey 7 #ffffffff #ff000000 |
menu color hotkey 7 #ffffffff #ff000000 |
16 |
menu color scrollbar 0 #ffffffff #00000000 |
menu color scrollbar 0 #ffffffff #00000000 |
17 |
|
menu rows 8 |
18 |
|
menu cmdlinerow 15 |
19 |
|
menu helpmsgrow 18 |
20 |
|
|
21 |
label sme |
label sme |
22 |
menu label Install or upgrade an existing system |
menu label Install or upgrade an existing system |
36 |
append initrd=initrd.img text nomodeset selinux=0 nodmraid |
append initrd=initrd.img text nomodeset selinux=0 nodmraid |
37 |
|
|
38 |
menu begin RAID options |
menu begin RAID options |
39 |
menu title RAID installation options |
menu title RAID and LVM installation options |
40 |
|
|
41 |
label noraid |
label noraid |
42 |
menu label SME Server No Raid |
menu label SME Server No Raid |
55 |
append initrd=initrd.img text selinux=0 nodmraid raid=0 |
append initrd=initrd.img text selinux=0 nodmraid raid=0 |
56 |
|
|
57 |
label raid1 |
label raid1 |
58 |
menu label SME Server Raid5 |
menu label SME Server Raid1 |
59 |
menu default |
menu default |
60 |
text help |
text help |
61 |
Fully automatic installation with Raid1. WARNING: all data will be lost! |
Fully automatic installation with Raid1. WARNING: all data will be lost! |
80 |
append initrd=initrd.img text selinux=0 nodmraid raid=6 |
append initrd=initrd.img text selinux=0 nodmraid raid=6 |
81 |
|
|
82 |
label nolvm |
label nolvm |
83 |
menu label SME Server NO LVM |
menu label SME Server no LVM |
84 |
text help |
text help |
85 |
Fully automatic installation without LVM. WARNING: all data will be lost! |
Fully automatic installation without LVM. WARNING: all data will be lost! |
86 |
endtext |
endtext |
88 |
append initrd=initrd.img text selinux=0 nodmraid nolvm |
append initrd=initrd.img text selinux=0 nodmraid nolvm |
89 |
|
|
90 |
label nolvmnoraid |
label nolvmnoraid |
91 |
menu label SME Server No LVM / No Raid |
menu label SME Server no LVM / no Raid |
92 |
text help |
text help |
93 |
Fully automatic installation without LVM/Raid. WARNING: all data will be lost! |
Fully automatic installation without LVM/Raid. WARNING: all data will be lost! |
94 |
endtext |
endtext |
96 |
append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none |
append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none |
97 |
menu end |
menu end |
98 |
|
|
99 |
|
menu begin advanced |
100 |
|
menu title Advanced installation options |
101 |
|
|
102 |
|
label sme-graphical-install |
103 |
|
menu label Install or upgrade using the graphical installer |
104 |
|
text help |
105 |
|
Choose manual installation options like partitions, RAID and encryption. |
106 |
|
endtext |
107 |
|
kernel vmlinuz |
108 |
|
append initrd=initrd.img selinux=0 nodmraid |
109 |
|
menu end |
110 |
|
|
111 |
menu begin Tools |
menu begin Tools |
112 |
menu title Tools |
menu title Tools |
113 |
|
|
123 |
|
|
124 |
menu end |
menu end |
125 |
|
|
126 |
label sme-graphical-install |
label Help menu |
127 |
menu label Install or upgrade using the graphical installer |
menu help help.txt |
|
text help |
|
|
Choose MANUAL installation options like partitions, RAID and fs encryption. |
|
|
endtext |
|
|
kernel vmlinuz |
|
|
append initrd=initrd.img selinux=0 nodmraid |
|
128 |
|
|
129 |
label local |
label local |
130 |
menu label Boot from local drive |
menu label Boot from local drive |