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

Annotation of /trunk/create-clonezilla-sysresccd/files/isolinux-restore-cd.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 192 - (hide annotations)
Mon Aug 27 13:14:58 2012 UTC (11 years, 7 months ago) by sng
File size: 4013 byte(s)
Deleting vim files (don't need them any more)
Updating restore CFGs to have the new menu selection color

1 sng 47 # 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     #
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 sng 142 MENU COLOR TITLE 1;32;41 #ffffffff #00000000 STD
17     MENU COLOR UNSEL 7;32;41 #ff000000 #00000000 NONE
18 sng 192 MENU COLOR SEL 7;37;49 #ffffffff #fff47b0f ALL
19 sng 142 MENU COLOR TIMEOUT_MSG 7;32;41 #ff000000 #00000000 NONE
20     MENU COLOR TIMEOUT 1;32;41 #ffffffff #00000000 STD
21 sng 47
22     # MENU MASTER PASSWD
23    
24     say **********************************************************************
25     say Clonezilla, the OpenSource Clone System.
26     say NCHC Free Software Labs, Taiwan.
27     say http://drbl.nchc.org.tw; http://drbl.sf.net
28     say THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
29     say **********************************************************************
30    
31     # Allow client to edit the parameters
32     ALLOWOPTIONS 1
33    
34     ##############################################################################
35     # Clonezilla section
36     ##############################################################################
37    
38     # simple menu title
39 sng 142 MENU TITLE Clonezilla-SysRescCD Restore DVD v 3.2.0
40 sng 47
41    
42    
43    
44    
45     label Clonezilla Live - 1024x768
46     # MENU DEFAULT
47     # MENU HIDE
48     MENU LABEL Clonezilla Live - 1024x768
49     # MENU PASSWD
50 sng 164 kernel /live/vmlinuz
51 sng 187 append initrd=/live/initrd.img boot=live config nomodeset noprompt noswap edd=on ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=791 ip=frommedia nolocales nosplash
52 sng 47
53     label Clonezilla Live - 800x600
54     # MENU DEFAULT
55     # MENU HIDE
56     MENU LABEL Clonezilla Live - 800x600
57     # MENU PASSWD
58 sng 164 kernel /live/vmlinuz
59 sng 187 append initrd=/live/initrd.img boot=live config nomodeset noprompt noswap edd=on ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=788 ip=frommedia nolocales nosplash
60 sng 47
61     label Clonezilla Live - 640x480
62     # MENU DEFAULT
63     # MENU HIDE
64     MENU LABEL Clonezilla Live - 640x480
65     # MENU PASSWD
66 sng 164 kernel /live/vmlinuz
67 sng 187 append initrd=/live/initrd.img boot=live config nomodeset noprompt noswap edd=on ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=785 ip=frommedia nolocales nosplash
68 sng 47
69     label clonezilla live with img img-new-sda without framebuffer
70     # MENU DEFAULT
71     # MENU HIDE
72     MENU LABEL Clonezilla Live - Safe graphic settings
73     # MENU PASSWD
74 sng 164 kernel /live/vmlinuz
75 sng 187 append initrd=/live/initrd.img boot=live config nomodeset noprompt noswap edd=on ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" ip=frommedia nolocales vga=normal nosplash
76 sng 47
77     label clonezilla live with img img-new-sda failsafe mode
78     # MENU DEFAULT
79     # MENU HIDE
80     MENU LABEL Clonezilla Live - Failsafe mode
81     # MENU PASSWD
82 sng 164 kernel /live/vmlinuz
83 sng 187 append initrd=/live/initrd.img boot=live config nomodeset noprompt noswap edd=on ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" acpi=off irqpoll noapic noapm nodma nomce nolapic nosmp ip=frommedia nolocales vga=normal nosplash
84 sng 47
85     label Empty2
86     # MENU DEFAULT
87     # MENU HIDE
88     MENU LABEL ---------- Local Boot
89     # MENU PASSWD
90     kernel empty.kernel
91     append initrd=freedos.img
92    
93    
94     label disk1
95     MENU DEFAULT
96     # MENU HIDE
97     MENU LABEL Boot from the first hard disk
98     # MENU PASSWD
99     kernel chain.c32
100     append hd0
101    
102     label disk2
103     # MENU DEFAULT
104     # MENU HIDE
105     MENU LABEL Boot from the second hard disk
106     # MENU PASSWD
107     kernel chain.c32
108     append hd1
109    
110     label floppy
111     # MENU DEFAULT
112     # MENU HIDE
113     MENU LABEL Boot from Floppy
114     # MENU PASSWD
115     kernel chain.c32
116     append fd0
117    
118    

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26