/[smeserver]/cdrom.image/sme9/isolinux/isolinux.cfg
ViewVC logotype

Annotation of /cdrom.image/sme9/isolinux/isolinux.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.24 - (hide annotations) (download)
Thu Apr 27 19:06:41 2017 UTC (7 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +1 -1 lines
Release 9.2

1 charliebrady 1.1 default vesamenu.c32
2     timeout 600
3 wellsi 1.11 F1 help.txt
4 charliebrady 1.1
5     display boot.msg
6    
7 wellsi 1.13 menu background splash.png
8 unnilennium 1.24 menu title Welcome to SME Server 9.2
9 charliebrady 1.1 menu color border 0 #ffffffff #00000000
10     menu color sel 7 #ffffffff #ff000000
11     menu color title 0 #ffffffff #00000000
12     menu color tabmsg 0 #ffffffff #00000000
13     menu color unsel 0 #ffffffff #00000000
14     menu color hotsel 0 #ff000000 #ffffffff
15     menu color hotkey 7 #ffffffff #ff000000
16     menu color scrollbar 0 #ffffffff #00000000
17 wellsi 1.12 menu rows 8
18     menu cmdlinerow 15
19     menu helpmsgrow 18
20 stephdl 1.15 menu width 78
21     menu margin 4
22 charliebrady 1.1
23 charliebrady 1.3 label sme
24 wellsi 1.14 menu label Install or upgrade an existing system (Default RAID 1)
25 charliebrady 1.1 menu default
26 wellsi 1.7 text help
27     Fully automatic installation. WARNING: all data will be lost!
28     endtext
29     kernel vmlinuz
30     append initrd=initrd.img text selinux=0 nodmraid
31    
32 wellsi 1.9 menu begin RAID options
33 wellsi 1.11 menu title RAID and LVM installation options
34 wellsi 1.7
35     label noraid
36 wellsi 1.9 menu label SME Server No Raid
37 wellsi 1.7 text help
38     Fully automatic installation without Raid. WARNING: all data will be lost!
39     endtext
40     kernel vmlinuz
41     append initrd=initrd.img text selinux=0 nodmraid raid=none
42    
43 wellsi 1.9 label raid0
44     menu label SME Server Raid0
45     text help
46     Fully automatic installation with Raid0. WARNING: all data will be lost!
47     endtext
48     kernel vmlinuz
49     append initrd=initrd.img text selinux=0 nodmraid raid=0
50    
51     label raid1
52 wellsi 1.10 menu label SME Server Raid1
53 wellsi 1.9 menu default
54     text help
55     Fully automatic installation with Raid1. WARNING: all data will be lost!
56     endtext
57     kernel vmlinuz
58     append initrd=initrd.img text selinux=0 nodmraid raid=1
59    
60 wellsi 1.7 label raid5
61     menu label SME Server Raid5
62     text help
63     Fully automatic installation with Raid5. WARNING: all data will be lost!
64     endtext
65     kernel vmlinuz
66     append initrd=initrd.img text selinux=0 nodmraid raid=5
67    
68     label raid6
69     menu label SME Server Raid6
70     text help
71     Fully automatic installation with Raid6. WARNING: all data will be lost!
72     endtext
73     kernel vmlinuz
74     append initrd=initrd.img text selinux=0 nodmraid raid=6
75    
76     label nolvm
77 wellsi 1.10 menu label SME Server no LVM
78 wellsi 1.7 text help
79     Fully automatic installation without LVM. WARNING: all data will be lost!
80     endtext
81 charliebrady 1.1 kernel vmlinuz
82 wellsi 1.7 append initrd=initrd.img text selinux=0 nodmraid nolvm
83    
84     label nolvmnoraid
85 wellsi 1.10 menu label SME Server no LVM / no Raid
86 wellsi 1.7 text help
87     Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
88     endtext
89     kernel vmlinuz
90     append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none
91     menu end
92    
93 stephdl 1.15 menu begin RAID options with Vesa video driver
94     menu title RAID and LVM installation options using the Vesa video driver
95    
96     label noraid
97 stephdl 1.16 menu label SME Server No Raid
98 stephdl 1.15 text help
99     Fully automatic installation without Raid. WARNING: all data will be lost!
100     endtext
101     kernel vmlinuz
102     append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=none
103    
104     label raid0
105 stephdl 1.16 menu label SME Server Raid0
106 stephdl 1.15 text help
107     Fully automatic installation with Raid0. WARNING: all data will be lost!
108     endtext
109     kernel vmlinuz
110     append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=0
111    
112     label raid1
113 stephdl 1.16 menu label SME Server Raid1
114 stephdl 1.15 menu default
115     text help
116     Fully automatic installation with Raid1. WARNING: all data will be lost!
117     endtext
118     kernel vmlinuz
119     append initrd=initrd.img text nomodeset selinux=0 nodmraid raid=1
120    
121     label raid5
122 stephdl 1.16 menu label SME Server Raid5
123 stephdl 1.15 text help
124     Fully automatic installation with Raid5. WARNING: all data will be lost!
125     endtext
126     kernel vmlinuz
127     append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=5
128    
129     label raid6
130 stephdl 1.16 menu label SME Server Raid6
131 stephdl 1.15 text help
132     Fully automatic installation with Raid6. WARNING: all data will be lost!
133     endtext
134     kernel vmlinuz
135     append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=6
136    
137     label nolvm
138 stephdl 1.16 menu label SME Server no LVM
139 stephdl 1.15 text help
140     Fully automatic installation without LVM. WARNING: all data will be lost!
141     endtext
142     kernel vmlinuz
143     append initrd=initrd.img text selinux=0 nomodeset nodmraid nolvm
144    
145     label nolvmnoraid
146 stephdl 1.16 menu label SME Server no LVM / no Raid
147 stephdl 1.15 text help
148     Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
149     endtext
150     kernel vmlinuz
151     append initrd=initrd.img text selinux=0 nomodeset nodmraid nolvm raid=none
152     menu end
153    
154 wellsi 1.11 menu begin advanced
155     menu title Advanced installation options
156    
157     label sme-graphical-install
158     menu label Install or upgrade using the graphical installer
159     text help
160     Choose manual installation options like partitions, RAID and encryption.
161     endtext
162     kernel vmlinuz
163     append initrd=initrd.img selinux=0 nodmraid
164 stephdl 1.15
165     label sme-graphical-install-vesa-driver
166     menu label Install or upgrade using the graphical installer with vesa driver
167     text help
168     Choose manual installation options like partitions, RAID and encryption.
169     endtext
170     kernel vmlinuz
171     append initrd=initrd.img selinux=0 nomodeset nodmraid
172 wellsi 1.11 menu end
173    
174 wellsi 1.7 menu begin Tools
175     menu title Tools
176    
177     label rescue
178     menu label Rescue installed system
179     kernel vmlinuz
180     append initrd=initrd.img rescue
181    
182     label memtest86
183     menu label Memory test
184     kernel memtest
185     append -
186    
187     menu end
188    
189 wellsi 1.11 label Help menu
190     menu help help.txt
191 wellsi 1.9
192 charliebrady 1.1 label local
193 wellsi 1.7 menu label Boot from local drive
194 charliebrady 1.1 localboot 0xffff

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed