/[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.7 - (hide annotations) (download)
Tue May 6 03:03:56 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
Changes since 1.6: +83 -12 lines
Updated install menu from Stephane de Labrusse [SME: 8360]

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     menu default
29     text help
30     Fully automatic installation with nomodeset. WARNING: all data will be lost!
31     endtext
32 charliebrady 1.1 kernel vmlinuz
33 wellsi 1.6 append initrd=initrd.img text nomodeset selinux=0 nodmraid
34 wellsi 1.7
35     menu begin Other
36     menu title Other installation options
37    
38     label sme-graphical-install
39     menu label Install or upgrade using the graphical installer
40     menu default
41     text help
42     Choose MANUAL installation options like partitions, RAID and fs encryption.
43     endtext
44     kernel vmlinuz
45     append initrd=initrd.img selinux=0 nodmraid
46    
47     label noraid
48     menu label SME Server NO Raid
49     text help
50     Fully automatic installation without Raid. WARNING: all data will be lost!
51     endtext
52     kernel vmlinuz
53     append initrd=initrd.img text selinux=0 nodmraid raid=none
54    
55     label raid5
56     menu label SME Server Raid5
57     text help
58     Fully automatic installation with Raid5. WARNING: all data will be lost!
59     endtext
60     kernel vmlinuz
61     append initrd=initrd.img text selinux=0 nodmraid raid=5
62    
63     label raid6
64     menu label SME Server Raid6
65     text help
66     Fully automatic installation with Raid6. WARNING: all data will be lost!
67     endtext
68     kernel vmlinuz
69     append initrd=initrd.img text selinux=0 nodmraid raid=6
70    
71     label nolvm
72     menu label SME Server NO LVM
73     text help
74     Fully automatic installation without LVM. WARNING: all data will be lost!
75     endtext
76 charliebrady 1.1 kernel vmlinuz
77 wellsi 1.7 append initrd=initrd.img text selinux=0 nodmraid nolvm
78    
79     label nolvmnoraid
80     menu label SME Server NO LVM/Raid
81     text help
82     Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
83     endtext
84     kernel vmlinuz
85     append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none
86     menu end
87    
88     menu begin Tools
89     menu title Tools
90    
91     label rescue
92     menu label Rescue installed system
93     kernel vmlinuz
94     append initrd=initrd.img rescue
95    
96     label memtest86
97     menu label Memory test
98     kernel memtest
99     append -
100    
101     menu end
102    
103 charliebrady 1.1 label local
104 wellsi 1.7 menu label Boot from local drive
105 charliebrady 1.1 localboot 0xffff

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