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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 141 - (show annotations)
Wed Sep 29 20:23:58 2010 UTC (13 years, 6 months ago) by sng
File size: 3845 byte(s)
Fixing CFG files for latest Clonezilla
and updating site

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 #
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 kernel /live/vmlinuz1
49 append initrd=/live/initrd1.img boot=live live-config nomodeset 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
50
51 label Clonezilla Live - 800x600
52 # MENU DEFAULT
53 # MENU HIDE
54 MENU LABEL Clonezilla Live - 800x600
55 # MENU PASSWD
56 kernel /live/vmlinuz1
57 append initrd=/live/initrd1.img boot=live live-config nomodeset 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
58
59 label Clonezilla Live - 640x480
60 # MENU DEFAULT
61 # MENU HIDE
62 MENU LABEL Clonezilla Live - 640x480
63 # MENU PASSWD
64 kernel /live/vmlinuz1
65 append initrd=/live/initrd1.img boot=live live-config nomodeset 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
66
67 label clonezilla live with img img-new-sda without framebuffer
68 # MENU DEFAULT
69 # MENU HIDE
70 MENU LABEL Clonezilla Live - Safe graphic settings
71 # MENU PASSWD
72 kernel /live/vmlinuz1
73 append initrd=/live/initrd1.img boot=live live-config nomodeset 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
74
75 label clonezilla live with img img-new-sda failsafe mode
76 # MENU DEFAULT
77 # MENU HIDE
78 MENU LABEL Clonezilla Live - Failsafe mode
79 # MENU PASSWD
80 kernel /live/vmlinuz1
81 append initrd=/live/initrd1.img boot=live live-config nomodeset 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
82
83 label Empty2
84 # MENU DEFAULT
85 # MENU HIDE
86 MENU LABEL ---------- Local Boot
87 # MENU PASSWD
88 kernel empty.kernel
89 append initrd=freedos.img
90
91
92 label disk1
93 MENU DEFAULT
94 # MENU HIDE
95 MENU LABEL Boot from the first hard disk
96 # MENU PASSWD
97 kernel chain.c32
98 append hd0
99
100 label disk2
101 # MENU DEFAULT
102 # MENU HIDE
103 MENU LABEL Boot from the second hard disk
104 # MENU PASSWD
105 kernel chain.c32
106 append hd1
107
108 label floppy
109 # MENU DEFAULT
110 # MENU HIDE
111 MENU LABEL Boot from Floppy
112 # MENU PASSWD
113 kernel chain.c32
114 append fd0
115
116

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26