/[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.10 - (hide annotations) (download)
Wed May 7 23:45:27 2014 UTC (10 years, 1 month ago) by wellsi
Branch: MAIN
Changes since 1.9: +3 -3 lines
Text updates from Terry [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 wellsi 1.9 menu label Install or upgrade using the Vesa video driver
28 wellsi 1.7 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 wellsi 1.9 menu begin RAID options
35     menu title RAID installation options
36 wellsi 1.7
37     label noraid
38 wellsi 1.9 menu label SME Server No Raid
39 wellsi 1.7 text help
40     Fully automatic installation without Raid. WARNING: all data will be lost!
41     endtext
42     kernel vmlinuz
43     append initrd=initrd.img text selinux=0 nodmraid raid=none
44    
45 wellsi 1.9 label raid0
46     menu label SME Server Raid0
47     text help
48     Fully automatic installation with Raid0. WARNING: all data will be lost!
49     endtext
50     kernel vmlinuz
51     append initrd=initrd.img text selinux=0 nodmraid raid=0
52    
53     label raid1
54 wellsi 1.10 menu label SME Server Raid1
55 wellsi 1.9 menu default
56     text help
57     Fully automatic installation with Raid1. WARNING: all data will be lost!
58     endtext
59     kernel vmlinuz
60     append initrd=initrd.img text selinux=0 nodmraid raid=1
61    
62 wellsi 1.7 label raid5
63     menu label SME Server Raid5
64     text help
65     Fully automatic installation with Raid5. WARNING: all data will be lost!
66     endtext
67     kernel vmlinuz
68     append initrd=initrd.img text selinux=0 nodmraid raid=5
69    
70     label raid6
71     menu label SME Server Raid6
72     text help
73     Fully automatic installation with Raid6. WARNING: all data will be lost!
74     endtext
75     kernel vmlinuz
76     append initrd=initrd.img text selinux=0 nodmraid raid=6
77    
78     label nolvm
79 wellsi 1.10 menu label SME Server no LVM
80 wellsi 1.7 text help
81     Fully automatic installation without LVM. WARNING: all data will be lost!
82     endtext
83 charliebrady 1.1 kernel vmlinuz
84 wellsi 1.7 append initrd=initrd.img text selinux=0 nodmraid nolvm
85    
86     label nolvmnoraid
87 wellsi 1.10 menu label SME Server no LVM / no Raid
88 wellsi 1.7 text help
89     Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
90     endtext
91     kernel vmlinuz
92     append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none
93     menu end
94    
95     menu begin Tools
96     menu title Tools
97    
98     label rescue
99     menu label Rescue installed system
100     kernel vmlinuz
101     append initrd=initrd.img rescue
102    
103     label memtest86
104     menu label Memory test
105     kernel memtest
106     append -
107    
108     menu end
109    
110 wellsi 1.9 label sme-graphical-install
111     menu label Install or upgrade using the graphical installer
112     text help
113     Choose MANUAL installation options like partitions, RAID and fs encryption.
114     endtext
115     kernel vmlinuz
116     append initrd=initrd.img selinux=0 nodmraid
117    
118 charliebrady 1.1 label local
119 wellsi 1.7 menu label Boot from local drive
120 charliebrady 1.1 localboot 0xffff

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