/[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 171 - (show annotations)
Sat May 28 23:28:30 2011 UTC (12 years, 10 months ago) by sng
File size: 7514 byte(s)
preparing for Clonezilla 1.2.8-46

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

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26