/[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.12 - (hide annotations) (download)
Sat May 10 17:44:58 2014 UTC (10 years, 1 month ago) by wellsi
Branch: MAIN
Changes since 1.11: +3 -0 lines
Move the text higher [SME: 8374]

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

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