/[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 190 - (show annotations)
Sun Aug 26 14:25:43 2012 UTC (11 years, 7 months ago) by sng
File size: 3988 byte(s)
updating cfg files (removed rannish and dban from tools),
changing menu selection color, renamed pack-them to 
update-cfgs (script to create a tarball containing CFGs

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

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26