/[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 164 - (show annotations)
Sat Apr 9 21:34:35 2011 UTC (12 years, 11 months ago) by sng
File size: 4289 byte(s)
- updating profiles.conf for current original CDs
- updating cfg files for Clonezilla Live
- updating trunk 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 TITLE 1;32;41 #ffffffff #00000000 STD
17 MENU COLOR UNSEL 7;32;41 #ff000000 #00000000 NONE
18 MENU COLOR SEL 7;37;49 #ffffffff #fff78008 ALL
19 MENU COLOR TIMEOUT_MSG 7;32;41 #ff000000 #00000000 NONE
20 MENU COLOR TIMEOUT 1;32;41 #ffffffff #00000000 STD
21
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 MENU TITLE Clonezilla-SysRescCD Restore DVD v 3.2.0
40
41 label Clonezilla Live - 1024x768
42 # MENU DEFAULT
43 # MENU HIDE
44 MENU LABEL Clonezilla Live - 1024x768
45 # MENU PASSWD
46 kernel /live/vmlinuz
47 append initrd=/live/initrd.img boot=live config nomodeset noswap edd=on 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=filesystem.squashfs
48
49 label Clonezilla Live - 800x600
50 # MENU DEFAULT
51 # MENU HIDE
52 MENU LABEL Clonezilla Live - 800x600
53 # MENU PASSWD
54 kernel /live/vmlinuz
55 append initrd=/live/initrd.img boot=live config nomodeset noswap edd=on 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=filesystem.squashfs
56
57 label Clonezilla Live - 640x480
58 # MENU DEFAULT
59 # MENU HIDE
60 MENU LABEL Clonezilla Live - 640x480
61 # MENU PASSWD
62 kernel /live/vmlinuz
63 append initrd=/live/initrd.img boot=live config nomodeset noswap edd=on 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=filesystem.squashfs
64
65
66 label clonezilla live with img img-new-sda without framebuffer
67 # MENU DEFAULT
68 # MENU HIDE
69 MENU LABEL Clonezilla Live - Safe graphic settings
70 # MENU PASSWD
71 kernel /live/vmlinuz
72 append initrd=/live/initrd.img boot=live config nomodeset noswap edd=on 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=filesystem.squashfs
73
74 label clonezilla live with img img-new-sda failsafe mode
75 # MENU DEFAULT
76 # MENU HIDE
77 MENU LABEL Clonezilla Live - Failsafe mode
78 # MENU PASSWD
79 kernel /live/vmlinuz
80 append initrd=/live/initrd.img boot=live config nomodeset noswap edd=on 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=filesystem.squashfs
81
82 label Empty2
83 # MENU DEFAULT
84 # MENU HIDE
85 MENU LABEL ---------- Local Boot
86 # MENU PASSWD
87 kernel empty.kernel
88 append initrd=freedos.img
89
90
91 label disk1
92 MENU DEFAULT
93 # MENU HIDE
94 MENU LABEL Boot from the first hard disk
95 # MENU PASSWD
96 kernel chain.c32
97 append hd0
98
99 label disk2
100 # MENU DEFAULT
101 # MENU HIDE
102 MENU LABEL Boot from the second hard disk
103 # MENU PASSWD
104 kernel chain.c32
105 append hd1
106
107 label floppy
108 # MENU DEFAULT
109 # MENU HIDE
110 MENU LABEL Boot from Floppy
111 # MENU PASSWD
112 kernel chain.c32
113 append fd0
114
115

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26