/[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 110 - (show annotations)
Wed Sep 15 12:51:06 2010 UTC (13 years, 6 months ago) by sng
File size: 7451 byte(s)
updating for system rescue cd 1.6.0


1 UI vesamenu.c32
2
3 PROMPT 0
4 TIMEOUT 300
5 ONTIMEOUT rescuecd_std
6
7 MENU DEFAULT rescuecd_std
8 MENU TITLE Clonezilla-SysRescCD v 3.1.0
9 MENU ROWS 11
10 MENU TIMEOUTROW 22
11 MENU TABMSGROW 16
12 MENU CMDLINEROW 24
13 MENU HELPMSGROW 26
14 MENU WIDTH 78
15 MENU MARGIN 6
16 MENU BACKGROUND ocswp.png
17
18 # MENU color title 1;31;40 #FFFF0000 #00000000 std
19 # MENU color sel 7;37;40 #FF000000 #FFC0C0C0 all
20 # MENU color unsel 37;44 #FF000000 #00000000 none
21 # MENU color hotsel 1;7;37;40 #FF000000 #FFC0C0C0 all
22 # MENU color tabmsg 1;31;40 #FFFFFF00 #00000000 std
23 # MENU color help 1;31;40 #FFFFFFFF #00000000 none
24
25 # Set the color for unselected menu item and timout message
26 MENU COLOR UNSEL 7;32;41 #c0000090 #00000000
27 MENU COLOR TIMEOUT_MSG 7;32;41 #c0000090 #00000000
28 MENU COLOR TIMEOUT 7;32;41 #c0000090 #00000000
29 MENU color tabmsg 1;31;40 #FFFFFF00 #00000000 std
30
31 LABEL othermenu
32 # MENU DEFAULT
33 # MENU HIDE
34 MENU LABEL <- Back to Main Menu
35 # MENU PASSWD
36 kernel vesamenu.c32
37 append isolinux.cfg
38
39 LABEL emptyM
40 # MENU DEFAULT
41 # MENU HIDE
42 MENU LABEL ---------- SystemRescueCD Menu
43 # MENU PASSWD
44 kernel emptyM
45 append isolinux.cfg
46
47 LABEL rescuecd_std
48 MENU LABEL 1) SystemRescueCd: default boot options
49 LINUX rescuecd
50 INITRD initram.igz
51 APPEND scandelay=1
52
53 LABEL rescuecd_docache
54 MENU LABEL 2) SystemRescueCd: all files cached to memory (docache)
55 LINUX rescuecd
56 INITRD initram.igz
57 APPEND scandelay=1 docache
58
59 LABEL rescuecd_791
60 MENU LABEL 3) SystemRescueCd: framebuffer console in high resolution
61 LINUX rescuecd
62 INITRD initram.igz
63 APPEND scandelay=1 nomodeset vga=791
64
65 LABEL rescuecd_us
66 MENU LABEL 4) SystemRescueCd: do not ask for keyboard, use US keymap
67 LINUX rescuecd
68 INITRD initram.igz
69 APPEND scandelay=1 setkmap=us
70
71 LABEL rescuecd_xorg
72 MENU LABEL 5) SystemRescueCd: directly start the graphical environment
73 LINUX rescuecd
74 INITRD initram.igz
75 APPEND scandelay=1 dostartx
76
77 LABEL rescue64_std
78 MENU LABEL 6) SystemRescueCd: 64bit kernel with default options
79 LINUX rescue64
80 INITRD initram.igz
81 APPEND scandelay=1
82
83 MENU SEPARATOR
84
85 # ------------------------------------------------------------------------------
86
87 MENU BEGIN
88 MENU TITLE A) Standard 32bit kernel (rescuecd) with more choice...
89
90 LABEL rescuecd_1
91 MENU LABEL 1. SystemRescueCd with default options
92 LINUX rescuecd
93 INITRD initram.igz
94 APPEND scandelay=1
95
96 LABEL rescuecd_2
97 MENU LABEL 2. SystemRescueCd with all files cached to memory
98 LINUX rescuecd
99 INITRD initram.igz
100 APPEND scandelay=1 docache
101
102 LABEL rescuecd_3
103 MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
104 LINUX rescuecd
105 INITRD initram.igz
106 APPEND scandelay=1 nomodeset vga=791
107
108 LABEL rescuecd_4
109 MENU LABEL 4. SystemRescueCd with the default graphical environment
110 LINUX rescuecd
111 INITRD initram.igz
112 APPEND scandelay=1 dostartx
113
114 LABEL rescuecd_5
115 MENU LABEL 5. SystemRescueCd with VESA based graphical environment
116 LINUX rescuecd
117 INITRD initram.igz
118 APPEND scandelay=1 nomodeset vga=791 dostartx forcevesa
119
120 LABEL rescuecd_6
121 MENU LABEL 6. SystemRescueCd with a standard VGA console (no KMS)
122 LINUX rescuecd
123 INITRD initram.igz
124 APPEND scandelay=1 nomodeset
125
126 LABEL rescuecd_7
127 MENU LABEL 7. SystemRescueCd with a console in 800x600
128 LINUX rescuecd
129 INITRD initram.igz
130 APPEND scandelay=1 video=800x600
131
132 MENU SEPARATOR
133
134 LABEL return
135 MENU LABEL Return to main menu
136 MENU EXIT
137
138 MENU END
139
140 # ------------------------------------------------------------------------------
141
142 MENU BEGIN
143 MENU TITLE B) Standard 64bit kernel (rescue64) with more choice...
144
145 LABEL rescue64_1
146 MENU LABEL 1. SystemRescueCd with default options
147 LINUX rescue64
148 INITRD initram.igz
149 APPEND scandelay=1
150
151 LABEL rescue64_2
152 MENU LABEL 2. SystemRescueCd with all files cached to memory
153 LINUX rescue64
154 INITRD initram.igz
155 APPEND scandelay=1 docache
156
157 LABEL rescue64_3
158 MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
159 LINUX rescue64
160 INITRD initram.igz
161 APPEND scandelay=1 nomodeset vga=791
162
163 LABEL rescue64_4
164 MENU LABEL 4. SystemRescueCd with the default graphical environment
165 LINUX rescue64
166 INITRD initram.igz
167 APPEND scandelay=1 dostartx
168
169 LABEL rescue64_5
170 MENU LABEL 5. SystemRescueCd with VESA based graphical environment
171 LINUX rescue64
172 INITRD initram.igz
173 APPEND scandelay=1 nomodeset vga=791 dostartx forcevesa
174
175 LABEL rescue64_6
176 MENU LABEL 6. SystemRescueCd with a standard VGA console (no KMS)
177 LINUX rescue64
178 INITRD initram.igz
179 APPEND scandelay=1 nomodeset
180
181 LABEL rescue64_7
182 MENU LABEL 7. SystemRescueCd with a console in 800x600
183 LINUX rescue64
184 INITRD initram.igz
185 APPEND scandelay=1 video=800x600
186
187 MENU SEPARATOR
188
189 LABEL return
190 MENU LABEL Return to main menu
191 MENU EXIT
192
193 MENU END
194
195 # ------------------------------------------------------------------------------
196
197 MENU BEGIN
198 MENU TITLE C) Alternative 32bit kernel (altker32) with more choice...
199
200 LABEL altker32_1
201 MENU LABEL 1. SystemRescueCd with default options
202 LINUX altker32
203 INITRD initram.igz
204 APPEND scandelay=1
205
206 LABEL altker32_2
207 MENU LABEL 2. SystemRescueCd with all files cached to memory
208 LINUX altker32
209 INITRD initram.igz
210 APPEND scandelay=1 docache
211
212 LABEL altker32_3
213 MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
214 LINUX altker32
215 INITRD initram.igz
216 APPEND scandelay=1 nomodeset vga=791
217
218 LABEL altker32_4
219 MENU LABEL 4. SystemRescueCd with the default graphical environment
220 LINUX altker32
221 INITRD initram.igz
222 APPEND scandelay=1 dostartx
223
224 LABEL altker32_5
225 MENU LABEL 5. SystemRescueCd with VESA based graphical environment
226 LINUX altker32
227 INITRD initram.igz
228 APPEND scandelay=1 nomodeset vga=791 dostartx forcevesa
229
230 LABEL altker32_6
231 MENU LABEL 6. SystemRescueCd with a standard VGA console (no KMS)
232 LINUX altker32
233 INITRD initram.igz
234 APPEND scandelay=1 nomodeset
235
236 LABEL altker32_7
237 MENU LABEL 7. SystemRescueCd with a console in 800x600
238 LINUX altker32
239 INITRD initram.igz
240 APPEND scandelay=1 video=800x600
241
242 MENU SEPARATOR
243
244 LABEL return
245 MENU LABEL Return to main menu
246 MENU EXIT
247
248 MENU END
249
250 # ------------------------------------------------------------------------------
251
252 MENU BEGIN
253 MENU TITLE D) Alternative 64bit kernel (altker64) with more choice...
254
255 LABEL altker64_1
256 MENU LABEL 1. SystemRescueCd with default options
257 LINUX altker64
258 INITRD initram.igz
259 APPEND scandelay=1
260
261 LABEL altker64_2
262 MENU LABEL 2. SystemRescueCd with all files cached to memory
263 LINUX altker64
264 INITRD initram.igz
265 APPEND scandelay=1 docache
266
267 LABEL altker64_3
268 MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
269 LINUX altker64
270 INITRD initram.igz
271 APPEND scandelay=1 nomodeset vga=791
272
273 LABEL altker64_4
274 MENU LABEL 4. SystemRescueCd with the default graphical environment
275 LINUX altker64
276 INITRD initram.igz
277 APPEND scandelay=1 dostartx
278
279 LABEL altker64_5
280 MENU LABEL 5. SystemRescueCd with VESA based graphical environment
281 LINUX altker64
282 INITRD initram.igz
283 APPEND scandelay=1 nomodeset vga=791 dostartx forcevesa
284
285 LABEL altker64_6
286 MENU LABEL 6. SystemRescueCd with a standard VGA console (no KMS)
287 LINUX altker64
288 INITRD initram.igz
289 APPEND scandelay=1 nomodeset
290
291 LABEL altker64_7
292 MENU LABEL 7. SystemRescueCd with a console in 800x600
293 LINUX altker64
294 INITRD initram.igz
295 APPEND scandelay=1 video=800x600
296
297 MENU SEPARATOR
298
299 LABEL return
300 MENU LABEL Return to main menu
301 MENU EXIT
302
303 MENU END
304

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26