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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Thu May 20 12:12:53 2010 UTC (13 years, 10 months ago) by sng
File size: 4001 byte(s)
adding release 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 #
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 label Clonezilla Live - 1024x768
40 # MENU DEFAULT
41 # MENU HIDE
42 MENU LABEL Clonezilla Live - 1024x768
43 # MENU PASSWD
44 kernel /live/vmlinuz1
45 append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_prerun="/live/image/restorecd/prerun.toram" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=791 ip=frommedia nolocales toram
46
47 label Clonezilla Live - 800x600
48 # MENU DEFAULT
49 # MENU HIDE
50 MENU LABEL Clonezilla Live - 800x600
51 # MENU PASSWD
52 kernel /live/vmlinuz1
53 append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_prerun="/live/image/restorecd/prerun.toram" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=788 ip=frommedia nolocales toram
54
55 label Clonezilla Live - 640x480
56 # MENU DEFAULT
57 # MENU HIDE
58 MENU LABEL Clonezilla Live - 640x480
59 # MENU PASSWD
60 kernel /live/vmlinuz1
61 append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_prerun="/live/image/restorecd/prerun.toram" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" vga=785 ip=frommedia nolocales toram
62
63
64 label clonezilla live with img img-new-sda without framebuffer
65 # MENU DEFAULT
66 # MENU HIDE
67 MENU LABEL Clonezilla Live - Safe graphic settings
68 # MENU PASSWD
69 kernel /live/vmlinuz1
70 append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_prerun="/live/image/restorecd/prerun.toram" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" ip=frommedia nolocales vga=normal toram
71
72 label clonezilla live with img img-new-sda failsafe mode
73 # MENU DEFAULT
74 # MENU HIDE
75 MENU LABEL Clonezilla Live - Failsafe mode
76 # MENU PASSWD
77 kernel /live/vmlinuz1
78 append initrd=/live/initrd1.img boot=live union=aufs ocs_live_run="ocs-live-restore" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_prerun="/live/image/restorecd/prerun.toram" ocs_live_batch="yes" ocs_lang="en_US.UTF-8" acpi=off irqpoll noapic noapm nodma nomce nolapic nosmp ip=frommedia nolocales vga=normal toram
79
80 label Empty2
81 # MENU DEFAULT
82 # MENU HIDE
83 MENU LABEL ---------- Local Boot
84 # MENU PASSWD
85 kernel empty.kernel
86 append initrd=freedos.img
87
88
89 label disk1
90 MENU DEFAULT
91 # MENU HIDE
92 MENU LABEL Boot from the first hard disk
93 # MENU PASSWD
94 kernel chain.c32
95 append hd0
96
97 label disk2
98 # MENU DEFAULT
99 # MENU HIDE
100 MENU LABEL Boot from the second hard disk
101 # MENU PASSWD
102 kernel chain.c32
103 append hd1
104
105 label floppy
106 # MENU DEFAULT
107 # MENU HIDE
108 MENU LABEL Boot from Floppy
109 # MENU PASSWD
110 kernel chain.c32
111 append fd0
112
113

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26