/[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 93 - (hide annotations)
Fri Aug 13 08:30:37 2010 UTC (13 years, 7 months ago) by sng
File size: 3761 byte(s)
updating stuff for latest Clonezilla release

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     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     say **********************************************************************
23     say Clonezilla, the OpenSource Clone System.
24     say NCHC Free Software Labs, Taiwan.
25     say http://drbl.nchc.org.tw; http://drbl.sf.net
26     say THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
27     say **********************************************************************
28    
29     # Allow client to edit the parameters
30     ALLOWOPTIONS 1
31    
32     ##############################################################################
33     # Clonezilla section
34     ##############################################################################
35    
36     # simple menu title
37     MENU TITLE Clonezilla-SysRescCD Restore DVD v 3.1.0
38    
39    
40    
41    
42    
43     label Clonezilla Live - 1024x768
44     # MENU DEFAULT
45     # MENU HIDE
46     MENU LABEL Clonezilla Live - 1024x768
47     # MENU PASSWD
48 sng 93 kernel /live/vmlinuz
49     append initrd=/live/initrd.img boot=live union=aufs noswap 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
50 sng 47
51    
52     label Clonezilla Live - 800x600
53     # MENU DEFAULT
54     # MENU HIDE
55     MENU LABEL Clonezilla Live - 800x600
56     # MENU PASSWD
57 sng 93 kernel /live/vmlinuz
58     append initrd=/live/initrd.img boot=live union=aufs noswap 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
59 sng 47
60     label Clonezilla Live - 640x480
61     # MENU DEFAULT
62     # MENU HIDE
63     MENU LABEL Clonezilla Live - 640x480
64     # MENU PASSWD
65 sng 93 kernel /live/vmlinuz
66     append initrd=/live/initrd.img boot=live union=aufs noswap 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
67 sng 47
68     label clonezilla live with img img-new-sda without framebuffer
69     # MENU DEFAULT
70     # MENU HIDE
71     MENU LABEL Clonezilla Live - Safe graphic settings
72     # MENU PASSWD
73 sng 93 kernel /live/vmlinuz
74     append initrd=/live/initrd.img boot=live union=aufs noswap 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
75 sng 47
76     label clonezilla live with img img-new-sda failsafe mode
77     # MENU DEFAULT
78     # MENU HIDE
79     MENU LABEL Clonezilla Live - Failsafe mode
80     # MENU PASSWD
81 sng 93 kernel /live/vmlinuz
82     append initrd=/live/initrd.img boot=live union=aufs noswap 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
83 sng 47
84     label Empty2
85     # MENU DEFAULT
86     # MENU HIDE
87     MENU LABEL ---------- Local Boot
88     # MENU PASSWD
89     kernel empty.kernel
90     append initrd=freedos.img
91    
92    
93     label disk1
94     MENU DEFAULT
95     # MENU HIDE
96     MENU LABEL Boot from the first hard disk
97     # MENU PASSWD
98     kernel chain.c32
99     append hd0
100    
101     label disk2
102     # MENU DEFAULT
103     # MENU HIDE
104     MENU LABEL Boot from the second hard disk
105     # MENU PASSWD
106     kernel chain.c32
107     append hd1
108    
109     label floppy
110     # MENU DEFAULT
111     # MENU HIDE
112     MENU LABEL Boot from Floppy
113     # MENU PASSWD
114     kernel chain.c32
115     append fd0
116    
117    

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26