/[clonezilla-sysresccd]/trunk/create-clonezilla-sysresccd/files/isofiles/sysresc.cfg
ViewVC logotype

Contents of /trunk/create-clonezilla-sysresccd/files/isofiles/sysresc.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (show annotations)
Thu May 20 12:38:55 2010 UTC (13 years, 10 months ago) by sng
File size: 6063 byte(s)
- adding isofiles directory
- fixing license info on scripts

1 # Created by generate-pxe-menu! Do NOT edit unless you know what you are doing!
2 # Keep those comment "MENU DEFAULT" and "MENU HIDE"! Do NOT remove them.
3 # Note!!! If "serial" directive exists, it must be the first directive
4 #
5 #
6 # Modified by Spiros Georgaras <sng@hellug.gr>
7 # to provide Menu like interface for Clonezilla-SysRescCD
8 #
9 # default vesamenu.c32
10 timeout 300
11 prompt 0
12 noescape 1
13 MENU MARGIN 5
14 MENU BACKGROUND ocswp.png
15 # Set the color for unselected menu item and timout message
16 MENU COLOR UNSEL 7;32;41 #c0000090 #00000000
17 MENU COLOR TIMEOUT_MSG 7;32;41 #c0000090 #00000000
18 MENU COLOR TIMEOUT 7;32;41 #c0000090 #00000000
19
20 # MENU MASTER PASSWD
21
22 # Allow client to edit the parameters
23 ALLOWOPTIONS 1
24
25 # simple menu title
26 MENU TITLE Clonezilla-SysRescCD v 3.1.0
27
28 LABEL othermenu
29 # MENU DEFAULT
30 # MENU HIDE
31 MENU LABEL <- Back to Main Menu
32 # MENU PASSWD
33 kernel vesamenu.c32
34 append isolinux.cfg
35
36 LABEL emptyM
37 # MENU DEFAULT
38 # MENU HIDE
39 MENU LABEL ---------- System Rescue CD Menu
40 # MENU PASSWD
41 kernel emptyM
42 append isolinux.cfg
43
44
45
46 ##############################################################################
47 # SysRescCD section
48 ##############################################################################
49
50 label normal
51 # MENU DEFAULT
52 # MENU HIDE
53 MENU LABEL 32-bit kernel
54 # MENU PASSWD
55 kernel rescuecd
56 append initrd=initram.igz video=ofonly
57
58 label normal-alt
59 # MENU DEFAULT
60 # MENU HIDE
61 MENU LABEL 32-bit kernel (alternative)
62 # MENU PASSWD
63 kernel altker32
64 append initrd=initram.igz video=ofonly
65
66
67 label normal-alt-64
68 # MENU DEFAULT
69 # MENU HIDE
70 MENU LABEL 64-bit kernel
71 # MENU PASSWD
72 kernel rescue64
73 append initrd=initram.igz video=ofonly
74
75 label altker64
76 # MENU DEFAULT
77 # MENU HIDE
78 MENU LABEL 64-bit kernel (alternative)
79 # MENU PASSWD
80 kernel altker64
81 append initrd=initram.igz video=ofonly
82
83
84 LABEL emptyM2
85 # MENU DEFAULT
86 # MENU HIDE
87 MENU LABEL ---------- To RAM
88 # MENU PASSWD
89 kernel emptyM2
90 append isolinux.cfg
91
92 label normal-ram
93 # MENU DEFAULT
94 # MENU HIDE
95 MENU LABEL 32-bit kernel
96 # MENU PASSWD
97 kernel rescuecd
98 append initrd=initram.igz video=ofonly docache doeject
99
100 label normal-alt-ram
101 # MENU DEFAULT
102 # MENU HIDE
103 MENU LABEL 32-bit kernel (alternative)
104 # MENU PASSWD
105 kernel altker32
106 append initrd=initram.igz video=ofonly docache doeject
107
108 label normal-alt-64-ram
109 # MENU DEFAULT
110 # MENU HIDE
111 MENU LABEL 64-bit kernel
112 # MENU PASSWD
113 kernel rescue64
114 append initrd=initram.igz video=ofonly docache doeject
115
116 label altker64-ram
117 # MENU DEFAULT
118 # MENU HIDE
119 MENU LABEL 64-bit kernel (alternative)
120 # MENU PASSWD
121 kernel altker64
122 append initrd=initram.igz video=ofonly docache doeject
123
124
125 LABEL emptyM3
126 # MENU DEFAULT
127 # MENU HIDE
128 MENU LABEL ---------- Graphical Environment
129 # MENU PASSWD
130 kernel emptyM3
131 append isolinux.cfg
132
133 label normal-gui
134 # MENU DEFAULT
135 # MENU HIDE
136 MENU LABEL 32-bit kernel
137 # MENU PASSWD
138 kernel rescuecd
139 append initrd=initram.igz video=ofonly dostartx
140
141 label normal-alt-gui
142 # MENU DEFAULT
143 # MENU HIDE
144 MENU LABEL 32-bit kernel (alternative)
145 # MENU PASSWD
146 kernel altker32
147 append initrd=initram.igz video=ofonly dostartx
148
149
150 label normal-alt-64-gui
151 # MENU DEFAULT
152 # MENU HIDE
153 MENU LABEL 64-bit kernel
154 # MENU PASSWD
155 kernel rescue64
156 append initrd=initram.igz video=ofonly dostartx
157
158 label altker64-gui
159 # MENU DEFAULT
160 # MENU HIDE
161 MENU LABEL 64-bit kernel (alternative)
162 # MENU PASSWD
163 kernel altker64
164 append initrd=initram.igz video=ofonly dostartx
165
166 LABEL emptyM4
167 # MENU DEFAULT
168 # MENU HIDE
169 MENU LABEL ---------- VESA
170 # MENU PASSWD
171 kernel emptyM4
172 append isolinux.cfg
173
174 label normal-vesa
175 # MENU DEFAULT
176 # MENU HIDE
177 MENU LABEL 32-bit kernel
178 # MENU PASSWD
179 kernel rescuecd
180 append initrd=initram.igz forcevesa
181
182 label normal-alt-vesa
183 # MENU DEFAULT
184 # MENU HIDE
185 MENU LABEL 32-bit kernel (alternative)
186 # MENU PASSWD
187 kernel altker32
188 append initrd=initram.igz forcevesa
189
190
191 # label normal-alt-64-vesa
192 # # MENU DEFAULT
193 # # MENU HIDE
194 # MENU LABEL 64-bit kernel
195 # # MENU PASSWD
196 # kernel rescue64
197 # append initrd=initram.igz forcevesa
198
199
200 # label altker64-vesa
201 # # MENU DEFAULT
202 # # MENU HIDE
203 # MENU LABEL 64-bit kernel (alternative)
204 # # MENU PASSWD
205 # kernel altker64
206 # append initrd=initram.igz forcevesa
207
208 LABEL emptyM4
209 # MENU DEFAULT
210 # MENU HIDE
211 MENU LABEL ---------- Mini Shell
212 # MENU PASSWD
213 kernel emptyM4
214 append isolinux.cfg
215
216 label normal-ms
217 # MENU DEFAULT
218 # MENU HIDE
219 MENU LABEL 32-bit kernel
220 # MENU PASSWD
221 kernel rescuecd
222 append initrd=initram.igz minishell=/bin/ash
223
224 label normal-alt-ms
225 # MENU DEFAULT
226 # MENU HIDE
227 MENU LABEL 32-bit kernel (alternative)
228 # MENU PASSWD
229 kernel altker32
230 append initrd=initram.igz minishell=/bin/ash
231
232 label normal-alt-64-ms
233 # MENU DEFAULT
234 # MENU HIDE
235 MENU LABEL 64-bit kernel
236 # MENU PASSWD
237 kernel rescue64
238 append initrd=initram.igz minishell=/bin/ash
239
240
241 label altker64-ms
242 # MENU DEFAULT
243 # MENU HIDE
244 MENU LABEL 64-bit kernel (alternative)
245 # MENU PASSWD
246 kernel altker64
247 append initrd=initram.igz minishell=/bin/ash
248
249 LABEL emptyM5
250 # MENU DEFAULT
251 # MENU HIDE
252 MENU LABEL ---------- Rescue HD
253 # MENU PASSWD
254 kernel emptyM4
255 append isolinux.cfg
256
257 label normal-ms
258 # MENU DEFAULT
259 # MENU HIDE
260 MENU LABEL 32-bit kernel
261 # MENU PASSWD
262 kernel rescuecd
263 append init=/sbin/init
264
265 label normal-alt-ms
266 # MENU DEFAULT
267 # MENU HIDE
268 MENU LABEL 32-bit kernel (alternative)
269 # MENU PASSWD
270 kernel altker32
271 append init=/sbin/init
272
273 label normal-alt-64-ms
274 # MENU DEFAULT
275 # MENU HIDE
276 MENU LABEL 64-bit kernel
277 # MENU PASSWD
278 kernel rescue64
279 append init=/sbin/init
280
281
282 label altker64-ms
283 # MENU DEFAULT
284 # MENU HIDE
285 MENU LABEL 64-bit kernel (alternative)
286 # MENU PASSWD
287 kernel altker64
288 append init=/sbin/init
289
290 ##############################################################################
291 # End of SysRescCD section
292 ##############################################################################
293
294

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26