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

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

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


Revision 1.11 - (show annotations) (download)
Thu May 8 01:44:03 2014 UTC (10 years, 1 month ago) by wellsi
Branch: MAIN
Changes since 1.10: +16 -8 lines
Add a help context to isolinux menu [SME:8371]

1 default vesamenu.c32
2 timeout 600
3 F1 help.txt
4
5 display boot.msg
6
7 menu background splash.jpg
8 menu title Welcome to SME Server 9.0
9 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 label sme
19 menu label Install or upgrade an existing system
20 menu default
21 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 menu label Install or upgrade using the Vesa video driver
29 text help
30 Fully automatic installation with nomodeset. WARNING: all data will be lost!
31 endtext
32 kernel vmlinuz
33 append initrd=initrd.img text nomodeset selinux=0 nodmraid
34
35 menu begin RAID options
36 menu title RAID and LVM installation options
37
38 label noraid
39 menu label SME Server No Raid
40 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 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 menu label SME Server Raid1
56 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 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 menu label SME Server no LVM
81 text help
82 Fully automatic installation without LVM. WARNING: all data will be lost!
83 endtext
84 kernel vmlinuz
85 append initrd=initrd.img text selinux=0 nodmraid nolvm
86
87 label nolvmnoraid
88 menu label SME Server no LVM / no Raid
89 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 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 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 label Help menu
124 menu help help.txt
125
126 label local
127 menu label Boot from local drive
128 localboot 0xffff

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