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

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 TITLE 1;32;41 #ffffffff #00000000 STD
17 MENU COLOR UNSEL 7;32;41 #ff000000 #00000000 NONE
18 MENU COLOR SEL 7;37;49 #ffffffff #fff78008 ALL
19 MENU COLOR TIMEOUT_MSG 7;32;41 #ff000000 #00000000 NONE
20 MENU COLOR TIMEOUT 1;32;41 #ffffffff #00000000 STD
21
22 # MENU MASTER PASSWD
23
24 # Allow client to edit the parameters
25 ALLOWOPTIONS 1
26
27 # simple menu title
28 MENU TITLE Clonezilla-SysRescCD v 3.2.0
29
30
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 MENU LABEL ---------- Clonezilla Live Menu
43 # MENU PASSWD
44 kernel emptyM
45 append isolinux.cfg
46
47 ##############################################################################
48 # Clonezilla section
49 ##############################################################################
50
51 label Clonezilla Live - 1024x768
52 # MENU DEFAULT
53 # MENU HIDE
54 MENU LABEL Clonezilla Live - 1024x768
55 # MENU PASSWD
56 kernel /live/vmlinuz
57 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=791
58
59 label Clonezilla Live - 800x600
60 # MENU DEFAULT
61 # MENU HIDE
62 MENU LABEL Clonezilla Live - 800x600
63 # MENU PASSWD
64 kernel /live/vmlinuz
65 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=788
66
67 label Clonezilla Live - 640x480
68 # MENU DEFAULT
69 # MENU HIDE
70 MENU LABEL Clonezilla Live - 640x480
71 # MENU PASSWD
72 kernel /live/vmlinuz
73 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=785
74
75 label Clonezilla Live - 1024x768 (To RAM)
76 # MENU DEFAULT
77 # MENU HIDE
78 MENU LABEL Clonezilla Live - 1024x768 (To RAM)
79 # MENU PASSWD
80 kernel /live/vmlinuz
81 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=791 nolocales toram=filesystem.squashfs
82
83 label Clonezilla Live - 800x600 (To RAM)
84 # MENU DEFAULT
85 # MENU HIDE
86 MENU LABEL Clonezilla Live - 800x600 (To RAM)
87 # MENU PASSWD
88 kernel /live/vmlinuz
89 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=788 nolocales toram=filesystem.squashfs
90
91 label Clonezilla Live - 640x480 (To RAM)
92 # MENU DEFAULT
93 # MENU HIDE
94 MENU LABEL Clonezilla Live - 640x480 (To RAM)
95 # MENU PASSWD
96 kernel /live/vmlinuz
97 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=785 nolocales toram=filesystem.squashfs
98
99 label Clonezilla Live without framebuffer
100 # MENU DEFAULT
101 # MENU HIDE
102 MENU LABEL Clonezilla Live (Safe graphic settings, vga=normal)
103 # MENU PASSWD
104 kernel /live/vmlinuz
105 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=normal nolocales nosplash
106
107 LABEL emptyM
108 # MENU DEFAULT
109 # MENU HIDE
110 MENU LABEL ---------- No Network
111 # MENU PASSWD
112 kernel emptyM
113 append isolinux.cfg
114
115 label Clonezilla Live - 1024x768
116 # MENU DEFAULT
117 # MENU HIDE
118 MENU LABEL Clonezilla Live - 1024x768
119 # MENU PASSWD
120 kernel /live/vmlinuz
121 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=791 nolocales ip=frommedia
122
123 label Clonezilla Live - 800x600
124 # MENU DEFAULT
125 # MENU HIDE
126 MENU LABEL Clonezilla Live - 800x600
127 # MENU PASSWD
128 kernel /live/vmlinuz
129 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=788 nolocales ip=frommedia
130
131 label Clonezilla Live - 640x480
132 # MENU DEFAULT
133 # MENU HIDE
134 MENU LABEL Clonezilla Live - 640x480
135 # MENU PASSWD
136 kernel /live/vmlinuz
137 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=785 nolocales ip=frommedia
138
139 label Clonezilla Live - 1024x768 (To RAM)
140 # MENU DEFAULT
141 # MENU HIDE
142 MENU LABEL Clonezilla Live - 1024x768 (To RAM)
143 # MENU PASSWD
144 kernel /live/vmlinuz
145 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/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
146
147 label Clonezilla Live - 800x600 (To RAM)
148 # MENU DEFAULT
149 # MENU HIDE
150 MENU LABEL Clonezilla Live - 800x600 (To RAM)
151 # MENU PASSWD
152 kernel /live/vmlinuz
153 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/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
154
155 label Clonezilla Live - 640x480 (To RAM)
156 # MENU DEFAULT
157 # MENU HIDE
158 MENU LABEL Clonezilla Live - 640x480 (To RAM)
159 # MENU PASSWD
160 kernel /live/vmlinuz
161 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/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
162
163 label Clonezilla Live without framebuffer
164 # MENU DEFAULT
165 # MENU HIDE
166 MENU LABEL Clonezilla Live (Safe graphic settings, vga=normal)
167 # MENU PASSWD
168 kernel /live/vmlinuz
169 append initrd=/live/initrd.img boot=live config nomodeset nolocales noprompt noswap edd=on ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/restorecd/prerun.normal" ocs_live_batch="no" ocs_lang="en_US.UTF-8" ocs_live_keymap="NONE" vga=normal nolocales nosplash ip=frommedia
170
171
172
173 LABEL emptyM
174 # MENU DEFAULT
175 # MENU HIDE
176 MENU LABEL ----------
177 # MENU PASSWD
178 kernel emptyM
179 append isolinux.cfg
180
181 label Clonezilla Live failsafe mode
182 # MENU DEFAULT
183 # MENU HIDE
184 MENU LABEL Clonezilla Live (Failsafe mode)
185 # MENU PASSWD
186 kernel /live/vmlinuz
187 append initrd=/live/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_prerun="/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 nomodeset vga=normal nosplash
188
189 ##############################################################################
190 # End of Clonezilla section
191 ##############################################################################
192
193

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26