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

Contents of /trunk/create-clonezilla-sysresccd/files/isofiles/clone.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (show annotations)
Thu May 20 12:38:55 2010 UTC (13 years, 10 months ago) by sng
File size: 8286 byte(s)
- adding isofiles directory
- fixing license info on scripts

1 # Created by generate-pxe-menu! Do NOT edit unless you know what you are doing!
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
4 #
5 #
6 # Modified by Spiros Georgaras <sng@hellug.gr>
7 # to provide Menu like interface for Clonezilla-SysRescCD
8 #
9 # default vesamenu.c32
10 timeout 300
11 prompt 0
12 noescape 1
13 MENU MARGIN 5
14 MENU BACKGROUND ocswp.png
15 # Set the color for unselected menu item and timout message
16 MENU COLOR UNSEL 7;32;41 #c0000090 #00000000
17 MENU COLOR TIMEOUT_MSG 7;32;41 #c0000090 #00000000
18 MENU COLOR TIMEOUT 7;32;41 #c0000090 #00000000
19
20 # MENU MASTER PASSWD
21
22 # Allow client to edit the parameters
23 ALLOWOPTIONS 1
24
25 # simple menu title
26 MENU TITLE Clonezilla-SysRescCD v 3.1.0
27
28
29 LABEL othermenu
30 # MENU DEFAULT
31 # MENU HIDE
32 MENU LABEL <- Back to Main Menu
33 # MENU PASSWD
34 kernel vesamenu.c32
35 append isolinux.cfg
36
37 LABEL emptyM
38 # MENU DEFAULT
39 # MENU HIDE
40 MENU LABEL ---------- Clonezilla Live Menu
41 # MENU PASSWD
42 kernel emptyM
43 append isolinux.cfg
44
45 ##############################################################################
46 # Clonezilla section
47 ##############################################################################
48
49 label Clonezilla Live - 1024x768
50 # MENU DEFAULT
51 # MENU HIDE
52 MENU LABEL Clonezilla Live - 1024x768
53 # MENU PASSWD
54 kernel /live/vmlinuz
55 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=791 nolocales
56
57 label Clonezilla Live - 800x600
58 # MENU DEFAULT
59 # MENU HIDE
60 MENU LABEL Clonezilla Live - 800x600
61 # MENU PASSWD
62 kernel /live/vmlinuz
63 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=788 nolocales
64
65 label Clonezilla Live - 640x480
66 # MENU DEFAULT
67 # MENU HIDE
68 MENU LABEL Clonezilla Live - 640x480
69 # MENU PASSWD
70 kernel /live/vmlinuz
71 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=785 nolocales
72
73 label Clonezilla Live - 1024x768 (To RAM)
74 # MENU DEFAULT
75 # MENU HIDE
76 MENU LABEL Clonezilla Live - 1024x768 (To RAM)
77 # MENU PASSWD
78 kernel /live/vmlinuz
79 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=791 nolocales toram=filesystem.squashfs
80
81 label Clonezilla Live - 800x600 (To RAM)
82 # MENU DEFAULT
83 # MENU HIDE
84 MENU LABEL Clonezilla Live - 800x600 (To RAM)
85 # MENU PASSWD
86 kernel /live/vmlinuz
87 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=788 nolocales toram=filesystem.squashfs
88
89 label Clonezilla Live - 640x480 (To RAM)
90 # MENU DEFAULT
91 # MENU HIDE
92 MENU LABEL Clonezilla Live - 640x480 (To RAM)
93 # MENU PASSWD
94 kernel /live/vmlinuz
95 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=785 nolocales toram=filesystem.squashfs
96
97 label Clonezilla Live without framebuffer
98 # MENU DEFAULT
99 # MENU HIDE
100 MENU LABEL Clonezilla Live (Safe graphic settings, vga=normal)
101 # MENU PASSWD
102 kernel /live/vmlinuz
103 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=normal nolocales nosplash
104
105 LABEL emptyM
106 # MENU DEFAULT
107 # MENU HIDE
108 MENU LABEL ---------- No Network
109 # MENU PASSWD
110 kernel emptyM
111 append isolinux.cfg
112
113 label Clonezilla Live - 1024x768
114 # MENU DEFAULT
115 # MENU HIDE
116 MENU LABEL Clonezilla Live - 1024x768
117 # MENU PASSWD
118 kernel /live/vmlinuz
119 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=791 nolocales ip=frommedia
120
121 label Clonezilla Live - 800x600
122 # MENU DEFAULT
123 # MENU HIDE
124 MENU LABEL Clonezilla Live - 800x600
125 # MENU PASSWD
126 kernel /live/vmlinuz
127 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=788 nolocales ip=frommedia
128
129 label Clonezilla Live - 640x480
130 # MENU DEFAULT
131 # MENU HIDE
132 MENU LABEL Clonezilla Live - 640x480
133 # MENU PASSWD
134 kernel /live/vmlinuz
135 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=785 nolocales ip=frommedia
136
137 label Clonezilla Live - 1024x768 (To RAM)
138 # MENU DEFAULT
139 # MENU HIDE
140 MENU LABEL Clonezilla Live - 1024x768 (To RAM)
141 # MENU PASSWD
142 kernel /live/vmlinuz
143 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=791 nolocales toram=filesystem.squashfs ip=frommedia
144
145 label Clonezilla Live - 800x600 (To RAM)
146 # MENU DEFAULT
147 # MENU HIDE
148 MENU LABEL Clonezilla Live - 800x600 (To RAM)
149 # MENU PASSWD
150 kernel /live/vmlinuz
151 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=788 nolocales toram=filesystem.squashfs ip=frommedia
152
153 label Clonezilla Live - 640x480 (To RAM)
154 # MENU DEFAULT
155 # MENU HIDE
156 MENU LABEL Clonezilla Live - 640x480 (To RAM)
157 # MENU PASSWD
158 kernel /live/vmlinuz
159 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=785 nolocales toram=filesystem.squashfs ip=frommedia
160
161 label Clonezilla Live without framebuffer
162 # MENU DEFAULT
163 # MENU HIDE
164 MENU LABEL Clonezilla Live (Safe graphic settings, vga=normal)
165 # MENU PASSWD
166 kernel /live/vmlinuz
167 append initrd=/live/initrd.img boot=live union=aufs noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=normal nolocales nosplash ip=frommedia
168
169
170
171 LABEL emptyM
172 # MENU DEFAULT
173 # MENU HIDE
174 MENU LABEL ----------
175 # MENU PASSWD
176 kernel emptyM
177 append isolinux.cfg
178
179 label Clonezilla Live failsafe mode
180 # MENU DEFAULT
181 # MENU HIDE
182 MENU LABEL Clonezilla Live (Failsafe mode)
183 # MENU PASSWD
184 kernel /live/vmlinuz
185 append initrd=/live/initrd.img boot=live union=aufs ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/live/image/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" acpi=off irqpoll noapic noapm nodma nomce nolapic nosmp ip=frommedia nolocales nosplash vga=normal
186
187
188 ##############################################################################
189 # End of Clonezilla section
190 ##############################################################################
191
192

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26