/[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 142 - (hide annotations)
Wed Sep 29 23:57:31 2010 UTC (13 years, 6 months ago) by sng
File size: 7508 byte(s)
- Updating profiles.conf for SystemRescueCD 1.6.1
- Updating boot parameters' section
- Changing colors in CFG files

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

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26