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

Contents of /trunk/create-clonezilla-sysresccd/files/isofiles/isolinux.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: 3875 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 10
14 MENU WIDTH 80
15 MENU BACKGROUND ocswp.png
16 # Set the color for unselected menu item and timout message
17 MENU COLOR UNSEL 7;32;41 #c0000090 #00000000
18 MENU COLOR TIMEOUT_MSG 7;32;41 #c0000090 #00000000
19 MENU COLOR TIMEOUT 7;32;41 #c0000090 #00000000
20
21 # MENU MASTER PASSWD
22
23 say **********************************************************************
24 say Clonezilla, the OpenSource Clone System.
25 say NCHC Free Software Labs, Taiwan.
26 say http://drbl.nchc.org.tw; http://drbl.sf.net
27 say THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
28 say **********************************************************************
29
30 # Allow client to edit the parameters
31 ALLOWOPTIONS 1
32
33 # simple menu title
34 MENU TITLE Clonezilla-SysRescCD v 3.1.0
35
36 ##############################################################################
37 # Title section
38 ##############################################################################
39 LABEL emptyM
40 # MENU DEFAULT
41 # MENU HIDE
42 MENU LABEL ---------- Main Menu
43 # MENU PASSWD
44 kernel emptyM
45 append isolinux.cfg
46
47 ##############################################################################
48 # Clonezilla section
49 ##############################################################################
50 LABEL othermenu
51 # MENU DEFAULT
52 # MENU HIDE
53 MENU LABEL -> CD 1: Clonezilla Live
54 # MENU PASSWD
55 kernel vesamenu.c32
56 append clone.cfg
57 ##############################################################################
58 # End of Clonezilla section
59 ##############################################################################
60
61
62 ##############################################################################
63 # SysRescCD section
64 ##############################################################################
65 label Empty0
66 # MENU DEFAULT
67 # MENU HIDE
68 MENU LABEL -> CD 2: System Rescue CD
69 # MENU PASSWD
70 kernel vesamenu.c32
71 append sysresc.cfg
72 ##############################################################################
73 # End of SysRescCD section
74 ##############################################################################
75
76 ##############################################################################
77 # Tools section
78 ##############################################################################
79 label Empty1
80 # MENU DEFAULT
81 # MENU HIDE
82 MENU LABEL -> Tools
83 # MENU PASSWD
84 kernel vesamenu.c32
85 append tools.cfg
86 ##############################################################################
87 # End of Tools section
88 ##############################################################################
89
90
91
92 ##############################################################################
93 # Local Boot section
94 ##############################################################################
95 # label Empty2
96 # # MENU DEFAULT
97 # # MENU HIDE
98 # MENU LABEL ---------- Local Boot Menu
99 # # MENU PASSWD
100 # kernel empty.kernel
101 # append initrd=freedos.img
102
103 label disk1
104 MENU DEFAULT
105 # MENU HIDE
106 MENU LABEL Boot from the first hard disk
107 # MENU PASSWD
108 kernel chain.c32
109 append hd0
110
111 label disk2
112 # MENU DEFAULT
113 # MENU HIDE
114 MENU LABEL Boot from the second hard disk
115 # MENU PASSWD
116 kernel chain.c32
117 append hd1
118
119 label floppy
120 # MENU DEFAULT
121 # MENU HIDE
122 MENU LABEL Boot from Floppy
123 # MENU PASSWD
124 kernel chain.c32
125 append fd0
126
127 ##############################################################################
128 # End of Local Boot section
129 ##############################################################################

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26