/[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.11 - (hide annotations) (download)
Thu May 8 01:44:03 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
Changes since 1.10: +16 -8 lines
Add a help context to isolinux menu [SME:8371]

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    
18 charliebrady 1.3 label sme
19 wellsi 1.7 menu label Install or upgrade an existing system
20 charliebrady 1.1 menu default
21 wellsi 1.7 text help
22     Fully automatic installation. WARNING: all data will be lost!
23     endtext
24     kernel vmlinuz
25     append initrd=initrd.img text selinux=0 nodmraid
26    
27     label sme-vesa-video
28 wellsi 1.9 menu label Install or upgrade using the Vesa video driver
29 wellsi 1.7 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 wellsi 1.9 menu begin RAID options
36 wellsi 1.11 menu title RAID and LVM installation options
37 wellsi 1.7
38     label noraid
39 wellsi 1.9 menu label SME Server No Raid
40 wellsi 1.7 text help
41     Fully automatic installation without Raid. WARNING: all data will be lost!
42     endtext
43     kernel vmlinuz
44     append initrd=initrd.img text selinux=0 nodmraid raid=none
45    
46 wellsi 1.9 label raid0
47     menu label SME Server Raid0
48     text help
49     Fully automatic installation with Raid0. WARNING: all data will be lost!
50     endtext
51     kernel vmlinuz
52     append initrd=initrd.img text selinux=0 nodmraid raid=0
53    
54     label raid1
55 wellsi 1.10 menu label SME Server Raid1
56 wellsi 1.9 menu default
57     text help
58     Fully automatic installation with Raid1. WARNING: all data will be lost!
59     endtext
60     kernel vmlinuz
61     append initrd=initrd.img text selinux=0 nodmraid raid=1
62    
63 wellsi 1.7 label raid5
64     menu label SME Server Raid5
65     text help
66     Fully automatic installation with Raid5. WARNING: all data will be lost!
67     endtext
68     kernel vmlinuz
69     append initrd=initrd.img text selinux=0 nodmraid raid=5
70    
71     label raid6
72     menu label SME Server Raid6
73     text help
74     Fully automatic installation with Raid6. WARNING: all data will be lost!
75     endtext
76     kernel vmlinuz
77     append initrd=initrd.img text selinux=0 nodmraid raid=6
78    
79     label nolvm
80 wellsi 1.10 menu label SME Server no LVM
81 wellsi 1.7 text help
82     Fully automatic installation without LVM. WARNING: all data will be lost!
83     endtext
84 charliebrady 1.1 kernel vmlinuz
85 wellsi 1.7 append initrd=initrd.img text selinux=0 nodmraid nolvm
86    
87     label nolvmnoraid
88 wellsi 1.10 menu label SME Server no LVM / no Raid
89 wellsi 1.7 text help
90     Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
91     endtext
92     kernel vmlinuz
93     append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none
94     menu end
95    
96 wellsi 1.11 menu begin advanced
97     menu title Advanced installation options
98    
99     label sme-graphical-install
100     menu label Install or upgrade using the graphical installer
101     text help
102     Choose manual installation options like partitions, RAID and encryption.
103     endtext
104     kernel vmlinuz
105     append initrd=initrd.img selinux=0 nodmraid
106     menu end
107    
108 wellsi 1.7 menu begin Tools
109     menu title Tools
110    
111     label rescue
112     menu label Rescue installed system
113     kernel vmlinuz
114     append initrd=initrd.img rescue
115    
116     label memtest86
117     menu label Memory test
118     kernel memtest
119     append -
120    
121     menu end
122    
123 wellsi 1.11 label Help menu
124     menu help help.txt
125 wellsi 1.9
126 charliebrady 1.1 label local
127 wellsi 1.7 menu label Boot from local drive
128 charliebrady 1.1 localboot 0xffff

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