/[smeserver]/cdrom.image/sme9/isolinux/isolinux.cfg
ViewVC logotype

Annotation of /cdrom.image/sme9/isolinux/isolinux.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.8 - (hide annotations) (download)
Tue May 6 20:07:16 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
Changes since 1.7: +0 -1 lines
Remove duplicate 'menu default'

1 charliebrady 1.1 default vesamenu.c32
2     timeout 600
3    
4     display boot.msg
5    
6     menu background splash.jpg
7 wellsi 1.7 menu title Welcome to SME Server 9.0
8 charliebrady 1.1 menu color border 0 #ffffffff #00000000
9     menu color sel 7 #ffffffff #ff000000
10     menu color title 0 #ffffffff #00000000
11     menu color tabmsg 0 #ffffffff #00000000
12     menu color unsel 0 #ffffffff #00000000
13     menu color hotsel 0 #ff000000 #ffffffff
14     menu color hotkey 7 #ffffffff #ff000000
15     menu color scrollbar 0 #ffffffff #00000000
16    
17 charliebrady 1.3 label sme
18 wellsi 1.7 menu label Install or upgrade an existing system
19 charliebrady 1.1 menu default
20 wellsi 1.7 text help
21     Fully automatic installation. WARNING: all data will be lost!
22     endtext
23     kernel vmlinuz
24     append initrd=initrd.img text selinux=0 nodmraid
25    
26     label sme-vesa-video
27     menu label Install or upgrade using the ^Vesa video driver
28     text help
29     Fully automatic installation with nomodeset. WARNING: all data will be lost!
30     endtext
31 charliebrady 1.1 kernel vmlinuz
32 wellsi 1.6 append initrd=initrd.img text nomodeset selinux=0 nodmraid
33 wellsi 1.7
34     menu begin Other
35     menu title Other installation options
36    
37     label sme-graphical-install
38     menu label Install or upgrade using the graphical installer
39     menu default
40     text help
41     Choose MANUAL installation options like partitions, RAID and fs encryption.
42     endtext
43     kernel vmlinuz
44     append initrd=initrd.img selinux=0 nodmraid
45    
46     label noraid
47     menu label SME Server NO Raid
48     text help
49     Fully automatic installation without Raid. WARNING: all data will be lost!
50     endtext
51     kernel vmlinuz
52     append initrd=initrd.img text selinux=0 nodmraid raid=none
53    
54     label raid5
55     menu label SME Server Raid5
56     text help
57     Fully automatic installation with Raid5. WARNING: all data will be lost!
58     endtext
59     kernel vmlinuz
60     append initrd=initrd.img text selinux=0 nodmraid raid=5
61    
62     label raid6
63     menu label SME Server Raid6
64     text help
65     Fully automatic installation with Raid6. WARNING: all data will be lost!
66     endtext
67     kernel vmlinuz
68     append initrd=initrd.img text selinux=0 nodmraid raid=6
69    
70     label nolvm
71     menu label SME Server NO LVM
72     text help
73     Fully automatic installation without LVM. WARNING: all data will be lost!
74     endtext
75 charliebrady 1.1 kernel vmlinuz
76 wellsi 1.7 append initrd=initrd.img text selinux=0 nodmraid nolvm
77    
78     label nolvmnoraid
79     menu label SME Server NO LVM/Raid
80     text help
81     Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
82     endtext
83     kernel vmlinuz
84     append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none
85     menu end
86    
87     menu begin Tools
88     menu title Tools
89    
90     label rescue
91     menu label Rescue installed system
92     kernel vmlinuz
93     append initrd=initrd.img rescue
94    
95     label memtest86
96     menu label Memory test
97     kernel memtest
98     append -
99    
100     menu end
101    
102 charliebrady 1.1 label local
103 wellsi 1.7 menu label Boot from local drive
104 charliebrady 1.1 localboot 0xffff

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed