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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 110 - (hide 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 sng 58 UI vesamenu.c32
2    
3     PROMPT 0
4 sng 61 TIMEOUT 300
5 sng 58 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 sng 48 # 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 sng 58 MENU color tabmsg 1;31;40 #FFFFFF00 #00000000 std
30 sng 48
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 sng 61 MENU LABEL ---------- SystemRescueCD Menu
43 sng 48 # MENU PASSWD
44     kernel emptyM
45     append isolinux.cfg
46    
47 sng 58 LABEL rescuecd_std
48     MENU LABEL 1) SystemRescueCd: default boot options
49     LINUX rescuecd
50     INITRD initram.igz
51 sng 110 APPEND scandelay=1
52 sng 48
53 sng 58 LABEL rescuecd_docache
54     MENU LABEL 2) SystemRescueCd: all files cached to memory (docache)
55     LINUX rescuecd
56     INITRD initram.igz
57 sng 110 APPEND scandelay=1 docache
58 sng 48
59 sng 58 LABEL rescuecd_791
60 sng 110 MENU LABEL 3) SystemRescueCd: framebuffer console in high resolution
61 sng 58 LINUX rescuecd
62     INITRD initram.igz
63 sng 110 APPEND scandelay=1 nomodeset vga=791
64 sng 48
65 sng 58 LABEL rescuecd_us
66     MENU LABEL 4) SystemRescueCd: do not ask for keyboard, use US keymap
67     LINUX rescuecd
68     INITRD initram.igz
69 sng 110 APPEND scandelay=1 setkmap=us
70 sng 48
71 sng 58 LABEL rescuecd_xorg
72     MENU LABEL 5) SystemRescueCd: directly start the graphical environment
73     LINUX rescuecd
74     INITRD initram.igz
75 sng 110 APPEND scandelay=1 dostartx
76 sng 48
77 sng 58 LABEL rescue64_std
78     MENU LABEL 6) SystemRescueCd: 64bit kernel with default options
79     LINUX rescue64
80     INITRD initram.igz
81 sng 110 APPEND scandelay=1
82 sng 48
83 sng 58 MENU SEPARATOR
84 sng 48
85 sng 58 # ------------------------------------------------------------------------------
86 sng 48
87 sng 58 MENU BEGIN
88     MENU TITLE A) Standard 32bit kernel (rescuecd) with more choice...
89 sng 48
90 sng 58 LABEL rescuecd_1
91     MENU LABEL 1. SystemRescueCd with default options
92     LINUX rescuecd
93     INITRD initram.igz
94 sng 110 APPEND scandelay=1
95 sng 48
96 sng 58 LABEL rescuecd_2
97     MENU LABEL 2. SystemRescueCd with all files cached to memory
98     LINUX rescuecd
99     INITRD initram.igz
100 sng 110 APPEND scandelay=1 docache
101 sng 48
102 sng 58 LABEL rescuecd_3
103     MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
104     LINUX rescuecd
105     INITRD initram.igz
106 sng 110 APPEND scandelay=1 nomodeset vga=791
107 sng 48
108 sng 58 LABEL rescuecd_4
109     MENU LABEL 4. SystemRescueCd with the default graphical environment
110     LINUX rescuecd
111     INITRD initram.igz
112 sng 110 APPEND scandelay=1 dostartx
113 sng 48
114 sng 58 LABEL rescuecd_5
115     MENU LABEL 5. SystemRescueCd with VESA based graphical environment
116     LINUX rescuecd
117     INITRD initram.igz
118 sng 110 APPEND scandelay=1 nomodeset vga=791 dostartx forcevesa
119 sng 48
120 sng 110 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 sng 48
126 sng 110 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 sng 58 MENU SEPARATOR
133 sng 48
134 sng 58 LABEL return
135     MENU LABEL Return to main menu
136     MENU EXIT
137 sng 48
138 sng 58 MENU END
139 sng 48
140 sng 58 # ------------------------------------------------------------------------------
141 sng 48
142 sng 58 MENU BEGIN
143     MENU TITLE B) Standard 64bit kernel (rescue64) with more choice...
144 sng 48
145 sng 58 LABEL rescue64_1
146     MENU LABEL 1. SystemRescueCd with default options
147     LINUX rescue64
148     INITRD initram.igz
149 sng 110 APPEND scandelay=1
150 sng 48
151 sng 58 LABEL rescue64_2
152     MENU LABEL 2. SystemRescueCd with all files cached to memory
153     LINUX rescue64
154     INITRD initram.igz
155 sng 110 APPEND scandelay=1 docache
156 sng 48
157 sng 58 LABEL rescue64_3
158     MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
159     LINUX rescue64
160     INITRD initram.igz
161 sng 110 APPEND scandelay=1 nomodeset vga=791
162 sng 48
163 sng 58 LABEL rescue64_4
164     MENU LABEL 4. SystemRescueCd with the default graphical environment
165     LINUX rescue64
166     INITRD initram.igz
167 sng 110 APPEND scandelay=1 dostartx
168 sng 58
169     LABEL rescue64_5
170     MENU LABEL 5. SystemRescueCd with VESA based graphical environment
171     LINUX rescue64
172     INITRD initram.igz
173 sng 110 APPEND scandelay=1 nomodeset vga=791 dostartx forcevesa
174 sng 58
175 sng 110 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 sng 58 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 sng 110 APPEND scandelay=1
205 sng 58
206     LABEL altker32_2
207     MENU LABEL 2. SystemRescueCd with all files cached to memory
208     LINUX altker32
209     INITRD initram.igz
210 sng 110 APPEND scandelay=1 docache
211 sng 58
212     LABEL altker32_3
213     MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
214     LINUX altker32
215     INITRD initram.igz
216 sng 110 APPEND scandelay=1 nomodeset vga=791
217 sng 58
218     LABEL altker32_4
219     MENU LABEL 4. SystemRescueCd with the default graphical environment
220     LINUX altker32
221     INITRD initram.igz
222 sng 110 APPEND scandelay=1 dostartx
223 sng 58
224     LABEL altker32_5
225     MENU LABEL 5. SystemRescueCd with VESA based graphical environment
226     LINUX altker32
227     INITRD initram.igz
228 sng 110 APPEND scandelay=1 nomodeset vga=791 dostartx forcevesa
229 sng 58
230 sng 110 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 sng 58
236 sng 110 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 sng 58 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 sng 110 APPEND scandelay=1
260 sng 58
261     LABEL altker64_2
262     MENU LABEL 2. SystemRescueCd with all files cached to memory
263     LINUX altker64
264     INITRD initram.igz
265 sng 110 APPEND scandelay=1 docache
266 sng 58
267     LABEL altker64_3
268     MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
269     LINUX altker64
270     INITRD initram.igz
271 sng 110 APPEND scandelay=1 nomodeset vga=791
272 sng 58
273     LABEL altker64_4
274     MENU LABEL 4. SystemRescueCd with the default graphical environment
275     LINUX altker64
276     INITRD initram.igz
277 sng 110 APPEND scandelay=1 dostartx
278 sng 58
279     LABEL altker64_5
280     MENU LABEL 5. SystemRescueCd with VESA based graphical environment
281     LINUX altker64
282     INITRD initram.igz
283 sng 110 APPEND scandelay=1 nomodeset vga=791 dostartx forcevesa
284 sng 58
285 sng 110 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 sng 58
291 sng 110 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 sng 58 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