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

Contents of /trunk/create-clonezilla-sysresccd/files/isofiles/tools.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: 4289 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 LABEL othermenu
29 # MENU DEFAULT
30 # MENU HIDE
31 MENU LABEL <- Back to Main Menu
32 # MENU PASSWD
33 kernel vesamenu.c32
34 append isolinux.cfg
35
36 LABEL emptyM
37 # MENU DEFAULT
38 # MENU HIDE
39 MENU LABEL ---------- Tools Menu
40 # MENU PASSWD
41 kernel emptyM
42 append isolinux.cfg
43
44 ##############################################################################
45 # Tools section
46 ##############################################################################
47
48
49 label FreeDOSclon
50 # MENU DEFAULT
51 # MENU HIDE
52 MENU LABEL FreeDOS (Clonezilla)
53 # MENU PASSWD
54 kernel memdisk
55 append initrd=/live/freedos.img
56
57 label FreeDOSsys
58 # MENU DEFAULT
59 # MENU HIDE
60 MENU LABEL FreeDOS (System Rescue CD)
61 # MENU PASSWD
62 kernel memdisk
63 append initrd=/bootdisk/freedos.img floppy
64
65 label ntpasswd
66 # MENU DEFAULT
67 # MENU HIDE
68 MENU LABEL Reset XP passwords
69 # MENU PASSWD
70 kernel /ntpasswd/vmlinuz
71 append rw vga=1 initrd=/ntpasswd/initrd.cgz,/ntpasswd/scsi.cgz
72
73
74 LABEL emptyM2
75 # MENU DEFAULT
76 # MENU HIDE
77 MENU LABEL ---------- Booting
78 # MENU PASSWD
79 kernel emptyM2
80 append -
81
82 label sgd
83 # MENU DEFAULT
84 # MENU HIDE
85 MENU LABEL Super Grub Disk
86 # MENU PASSWD
87 kernel memdisk
88 append initrd=/bootdisk/sgd.img
89
90 label sgd2
91 # MENU DEFAULT
92 # MENU HIDE
93 MENU LABEL Super Grub Disk (Including Grub 2)
94 # MENU PASSWD
95 kernel memdisk
96 append initrd=/bootdisk/grubdisk.img
97
98 label gag
99 # MENU DEFAULT
100 # MENU HIDE
101 MENU LABEL GAG Bootloader
102 # MENU PASSWD
103 kernel memdisk
104 append initrd=/bootdisk/gag.img floppy
105
106 label sbm
107 # MENU DEFAULT
108 # MENU HIDE
109 MENU LABEL Smart Boot Manager
110 # MENU PASSWD
111 kernel memdisk
112 append initrd=/bootdisk/sbm.img floppy
113
114
115
116
117
118
119
120
121
122
123
124 LABEL emptyM1
125 # MENU DEFAULT
126 # MENU HIDE
127 MENU LABEL ---------- Network Boot
128 # MENU PASSWD
129 kernel emptyM1
130 append -
131
132
133 label etherboot
134 # MENU DEFAULT
135 # MENU HIDE
136 MENU LABEL Network boot via etherboot
137 # MENU PASSWD
138 kernel /live/eb.zli
139
140 label gPXE
141 # MENU DEFAULT
142 # MENU HIDE
143 MENU LABEL Network boot via gPXE 0.9.9
144 # MENU PASSWD
145 kernel /live/gpxe.lkn
146
147 label netboot
148 # MENU DEFAULT
149 # MENU HIDE
150 MENU LABEL Network boot via gPXE 0.9.6
151 # MENU PASSWD
152 kernel netboot
153 append -
154
155
156
157 LABEL emptyM0
158 # MENU DEFAULT
159 # MENU HIDE
160 MENU LABEL ---------- Hardware Tools
161 # MENU PASSWD
162 kernel emptyM0
163 append -
164
165
166 label aida
167 # MENU DEFAULT
168 # MENU HIDE
169 MENU LABEL Aida - Hardware diagnostic tool
170 # MENU PASSWD
171 kernel memdisk
172 append initrd=/bootdisk/aida.img floppy
173
174 label hdt
175 # MENU DEFAULT
176 # MENU HIDE
177 MENU LABEL HDT - Hardware detection tool
178 kernel memdisk
179 append initrd=/bootdisk/hdt.img floppy
180
181 label ranish
182 # MENU DEFAULT
183 # MENU HIDE
184 MENU LABEL Ranish Partition Manager
185 # MENU PASSWD
186 kernel memdisk
187 append initrd=/bootdisk/ranish.img floppy
188
189
190 label mhdd
191 # MENU DEFAULT
192 # MENU HIDE
193 MENU LABEL MHDD - Low level HDD diagnostics
194 # MENU PASSWD
195 kernel memdisk
196 append initrd=/bootdisk/mhdd.img floppy
197
198 label dban
199 # MENU DEFAULT
200 # MENU HIDE
201 MENU LABEL DBAN - Securely wipe hard disks
202 # MENU PASSWD
203 kernel memdisk
204 append initrd=/bootdisk/dban.img floppy
205
206 label memtest
207 # MENU DEFAULT
208 # MENU HIDE
209 MENU LABEL Memory test using Memtest86
210 # MENU PASSWD
211 # kernel memdisk
212 # append initrd=/bootdisk/memtestp.img floppy
213 kernel /bootdisk/memtestp
214 append -
215
216 ##############################################################################
217 # End of Tools section
218 ##############################################################################

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26