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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 57 by sng, Thu May 20 12:38:55 2010 UTC revision 58 by sng, Tue May 25 09:02:17 2010 UTC
# Line 1  Line 1 
1  # Created by generate-pxe-menu! Do NOT edit unless you know what you are doing!  UI vesamenu.c32
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  PROMPT 0
4  #  TIMEOUT 900
5  #  ONTIMEOUT rescuecd_std
6  # Modified by Spiros Georgaras <sng@hellug.gr>  
7  # to provide Menu like interface for Clonezilla-SysRescCD  MENU DEFAULT rescuecd_std
8  #  MENU TITLE        Clonezilla-SysRescCD v 3.1.0
9  # default vesamenu.c32  MENU ROWS 11
10  timeout 300  MENU TIMEOUTROW 22
11  prompt 0  MENU TABMSGROW 16
12  noescape 1  MENU CMDLINEROW 24
13  MENU MARGIN 5  MENU HELPMSGROW 26
14   MENU BACKGROUND ocswp.png  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  # Set the color for unselected menu item and timout message
26   MENU COLOR UNSEL 7;32;41 #c0000090 #00000000   MENU COLOR UNSEL 7;32;41 #c0000090 #00000000
27   MENU COLOR TIMEOUT_MSG 7;32;41 #c0000090 #00000000   MENU COLOR TIMEOUT_MSG 7;32;41 #c0000090 #00000000
28   MENU COLOR TIMEOUT 7;32;41 #c0000090 #00000000   MENU COLOR TIMEOUT 7;32;41 #c0000090 #00000000
29     MENU color tabmsg   1;31;40    #FFFFFF00 #00000000 std
 # MENU MASTER PASSWD  
   
 # Allow client to edit the parameters  
 ALLOWOPTIONS 1  
   
 # simple menu title  
 MENU TITLE        Clonezilla-SysRescCD v 3.1.0  
30    
31  LABEL othermenu  LABEL othermenu
32    # MENU DEFAULT    # MENU DEFAULT
# Line 36  LABEL othermenu Line 39  LABEL othermenu
39  LABEL emptyM  LABEL emptyM
40    # MENU DEFAULT    # MENU DEFAULT
41    # MENU HIDE    # MENU HIDE
42          MENU LABEL ----------  System Rescue CD Menu          MENU LABEL ----------  Tools Menu
43    # MENU PASSWD    # MENU PASSWD
44          kernel emptyM          kernel emptyM
45          append isolinux.cfg          append isolinux.cfg
46    
47    LABEL rescuecd_std
48      MENU LABEL 1) SystemRescueCd: default boot options
49      LINUX rescuecd
50      INITRD initram.igz
51    
52    
53  ##############################################################################  LABEL rescuecd_docache
54  # SysRescCD section    MENU LABEL 2) SystemRescueCd: all files cached to memory (docache)
55  ##############################################################################    LINUX rescuecd
56      INITRD initram.igz
57      APPEND docache
58    
 label normal  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 32-bit kernel  
   # MENU PASSWD  
   kernel rescuecd  
   append initrd=initram.igz video=ofonly  
59    
60  label normal-alt  LABEL rescuecd_791
61    # MENU DEFAULT    MENU LABEL 3) SystemRescueCd: console in high resolution (framebuffer)
62    # MENU HIDE    LINUX rescuecd
63    MENU LABEL 32-bit kernel (alternative)    INITRD initram.igz
64    # MENU PASSWD    APPEND vga=791
   kernel altker32  
   append initrd=initram.igz video=ofonly  
65    
66    
67  label normal-alt-64  LABEL rescuecd_us
68    # MENU DEFAULT    MENU LABEL 4) SystemRescueCd: do not ask for keyboard, use US keymap
69    # MENU HIDE    LINUX rescuecd
70    MENU LABEL 64-bit kernel    INITRD initram.igz
71    # MENU PASSWD    APPEND setkmap=us
   kernel rescue64  
   append initrd=initram.igz video=ofonly  
72    
 label altker64  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 64-bit kernel (alternative)  
   # MENU PASSWD  
   kernel altker64  
   append initrd=initram.igz video=ofonly  
73    
74    LABEL rescuecd_xorg
75      MENU LABEL 5) SystemRescueCd: directly start the graphical environment
76      LINUX rescuecd
77      INITRD initram.igz
78      APPEND dostartx
79    
 LABEL emptyM2  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL ---------- To RAM  
   # MENU PASSWD  
   kernel emptyM2  
   append isolinux.cfg  
80    
81  label normal-ram  LABEL rescue64_std
82    # MENU DEFAULT    MENU LABEL 6) SystemRescueCd: 64bit kernel with default options
83    # MENU HIDE    LINUX rescue64
84    MENU LABEL 32-bit kernel    INITRD initram.igz
85    # MENU PASSWD  
   kernel rescuecd  
   append initrd=initram.igz video=ofonly docache doeject  
86    
87  label normal-alt-ram  MENU SEPARATOR
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 32-bit kernel (alternative)  
   # MENU PASSWD  
   kernel altker32  
   append initrd=initram.igz video=ofonly docache doeject  
88    
89  label normal-alt-64-ram  # ------------------------------------------------------------------------------
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 64-bit kernel  
   # MENU PASSWD  
   kernel rescue64  
   append initrd=initram.igz video=ofonly docache doeject  
     
 label altker64-ram  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 64-bit kernel (alternative)  
   # MENU PASSWD  
   kernel altker64  
   append initrd=initram.igz video=ofonly docache doeject  
90    
91    MENU BEGIN
92    MENU TITLE A) Standard 32bit kernel (rescuecd) with more choice...
93    
94  LABEL emptyM3  LABEL rescuecd_1
95    # MENU DEFAULT    MENU LABEL 1. SystemRescueCd with default options
96    # MENU HIDE    LINUX rescuecd
97    MENU LABEL ---------- Graphical Environment    INITRD initram.igz
   # MENU PASSWD  
   kernel emptyM3  
   append isolinux.cfg  
98    
 label normal-gui  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 32-bit kernel  
   # MENU PASSWD  
   kernel rescuecd  
   append initrd=initram.igz video=ofonly dostartx  
99    
100  label normal-alt-gui  LABEL rescuecd_2
101    # MENU DEFAULT    MENU LABEL 2. SystemRescueCd with all files cached to memory
102    # MENU HIDE    LINUX rescuecd
103    MENU LABEL 32-bit kernel (alternative)    INITRD initram.igz
104    # MENU PASSWD    APPEND docache
   kernel altker32  
   append initrd=initram.igz video=ofonly dostartx  
105    
106    
107  label normal-alt-64-gui  LABEL rescuecd_3
108    # MENU DEFAULT    MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
109    # MENU HIDE    LINUX rescuecd
110    MENU LABEL 64-bit kernel    INITRD initram.igz
111    # MENU PASSWD    APPEND vga=791
   kernel rescue64  
   append initrd=initram.igz video=ofonly dostartx  
     
 label altker64-gui  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 64-bit kernel (alternative)  
   # MENU PASSWD  
   kernel altker64  
   append initrd=initram.igz video=ofonly dostartx  
112    
 LABEL emptyM4  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL ---------- VESA  
   # MENU PASSWD  
   kernel emptyM4  
   append isolinux.cfg  
113    
114  label normal-vesa  LABEL rescuecd_4
115    # MENU DEFAULT    MENU LABEL 4. SystemRescueCd with the default graphical environment
116    # MENU HIDE    LINUX rescuecd
117    MENU LABEL 32-bit kernel    INITRD initram.igz
118    # MENU PASSWD    APPEND dostartx
   kernel rescuecd  
   append initrd=initram.igz forcevesa  
119    
 label normal-alt-vesa  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 32-bit kernel (alternative)  
   # MENU PASSWD  
   kernel altker32  
   append initrd=initram.igz forcevesa  
120    
121    LABEL rescuecd_5
122      MENU LABEL 5. SystemRescueCd with VESA based graphical environment
123      LINUX rescuecd
124      INITRD initram.igz
125      APPEND vga=791 dostartx forcevesa
126    
 # label normal-alt-64-vesa  
 #   # MENU DEFAULT  
 #   # MENU HIDE  
 #   MENU LABEL 64-bit kernel  
 #   # MENU PASSWD  
 #   kernel rescue64  
 #   append initrd=initram.igz forcevesa  
   
     
 # label altker64-vesa  
 #   # MENU DEFAULT  
 #   # MENU HIDE  
 #   MENU LABEL 64-bit kernel (alternative)  
 #   # MENU PASSWD  
 #   kernel altker64  
 #   append initrd=initram.igz forcevesa  
     
 LABEL emptyM4  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL ---------- Mini Shell  
   # MENU PASSWD  
   kernel emptyM4  
   append isolinux.cfg  
127    
128  label normal-ms  MENU SEPARATOR
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 32-bit kernel  
   # MENU PASSWD  
   kernel rescuecd  
   append initrd=initram.igz minishell=/bin/ash  
129    
130  label normal-alt-ms  LABEL return
131    # MENU DEFAULT    MENU LABEL Return to main menu
132    # MENU HIDE    MENU EXIT
   MENU LABEL 32-bit kernel (alternative)  
   # MENU PASSWD  
   kernel altker32  
   append initrd=initram.igz minishell=/bin/ash  
133    
134  label normal-alt-64-ms  MENU END
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 64-bit kernel  
   # MENU PASSWD  
   kernel rescue64  
   append initrd=initram.igz minishell=/bin/ash  
135    
136      # ------------------------------------------------------------------------------
 label altker64-ms  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 64-bit kernel (alternative)  
   # MENU PASSWD  
   kernel altker64  
   append initrd=initram.igz minishell=/bin/ash  
     
 LABEL emptyM5  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL ---------- Rescue HD  
   # MENU PASSWD  
   kernel emptyM4  
   append isolinux.cfg  
137    
138  label normal-ms  MENU BEGIN
139    # MENU DEFAULT  MENU TITLE B) Standard 64bit kernel (rescue64) with more choice...
   # MENU HIDE  
   MENU LABEL 32-bit kernel  
   # MENU PASSWD  
   kernel rescuecd  
   append init=/sbin/init  
140    
141  label normal-alt-ms  LABEL rescue64_1
142    # MENU DEFAULT    MENU LABEL 1. SystemRescueCd with default options
143    # MENU HIDE    LINUX rescue64
144    MENU LABEL 32-bit kernel (alternative)    INITRD initram.igz
   # MENU PASSWD  
   kernel altker32  
   append init=/sbin/init  
145    
 label normal-alt-64-ms  
   # MENU DEFAULT  
   # MENU HIDE  
   MENU LABEL 64-bit kernel  
   # MENU PASSWD  
   kernel rescue64  
   append init=/sbin/init  
146    
147      LABEL rescue64_2
148  label altker64-ms    MENU LABEL 2. SystemRescueCd with all files cached to memory
149    # MENU DEFAULT    LINUX rescue64
150    # MENU HIDE    INITRD initram.igz
151    MENU LABEL 64-bit kernel (alternative)    APPEND docache
152    # MENU PASSWD  
153    kernel altker64  
154    append init=/sbin/init  LABEL rescue64_3
155        MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
156  ##############################################################################    LINUX rescue64
157  # End of SysRescCD section    INITRD initram.igz
158  ##############################################################################    APPEND vga=791
159    
160    
161    LABEL rescue64_4
162      MENU LABEL 4. SystemRescueCd with the default graphical environment
163      LINUX rescue64
164      INITRD initram.igz
165      APPEND dostartx
166    
167    
168    LABEL rescue64_5
169      MENU LABEL 5. SystemRescueCd with VESA based graphical environment
170      LINUX rescue64
171      INITRD initram.igz
172      APPEND vga=791 dostartx forcevesa
173    
174    MENU SEPARATOR
175    
176    LABEL return
177      MENU LABEL Return to main menu
178      MENU EXIT
179    
180    MENU END
181    
182    # ------------------------------------------------------------------------------
183    
184    MENU BEGIN
185    MENU TITLE C) Alternative 32bit kernel (altker32) with more choice...
186    
187    LABEL altker32_1
188      MENU LABEL 1. SystemRescueCd with default options
189      LINUX altker32
190      INITRD initram.igz
191    
192    
193    LABEL altker32_2
194      MENU LABEL 2. SystemRescueCd with all files cached to memory
195      LINUX altker32
196      INITRD initram.igz
197      APPEND docache
198    
199    
200    LABEL altker32_3
201      MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
202      LINUX altker32
203      INITRD initram.igz
204      APPEND vga=791
205    
206    
207    LABEL altker32_4
208      MENU LABEL 4. SystemRescueCd with the default graphical environment
209      LINUX altker32
210      INITRD initram.igz
211      APPEND dostartx
212    
213    
214    LABEL altker32_5
215      MENU LABEL 5. SystemRescueCd with VESA based graphical environment
216      LINUX altker32
217      INITRD initram.igz
218      APPEND vga=791 dostartx forcevesa
219    
220    
221    MENU SEPARATOR
222    
223    LABEL return
224      MENU LABEL Return to main menu
225      MENU EXIT
226    
227    MENU END
228    
229    # ------------------------------------------------------------------------------
230    
231    MENU BEGIN
232    MENU TITLE D) Alternative 64bit kernel (altker64) with more choice...
233    
234    LABEL altker64_1
235      MENU LABEL 1. SystemRescueCd with default options
236      LINUX altker64
237      INITRD initram.igz
238    
239    
240    LABEL altker64_2
241      MENU LABEL 2. SystemRescueCd with all files cached to memory
242      LINUX altker64
243      INITRD initram.igz
244      APPEND docache
245    
246    
247    LABEL altker64_3
248      MENU LABEL 3. SystemRescueCd with console in high resolution (1024x768)
249      LINUX altker64
250      INITRD initram.igz
251      APPEND vga=791
252    
253    
254    LABEL altker64_4
255      MENU LABEL 4. SystemRescueCd with the default graphical environment
256      LINUX altker64
257      INITRD initram.igz
258      APPEND dostartx
259    
260    
261    LABEL altker64_5
262      MENU LABEL 5. SystemRescueCd with VESA based graphical environment
263      LINUX altker64
264      INITRD initram.igz
265      APPEND vga=791 dostartx forcevesa
266    
267    
268    MENU SEPARATOR
269    
270    LABEL return
271      MENU LABEL Return to main menu
272      MENU EXIT
273    
274    MENU END
275    

Legend:
Removed from v.57  
changed lines
  Added in v.58

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26