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

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

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

Revision 1.14 by wellsi, Fri Jun 27 23:49:50 2014 UTC Revision 1.15 by stephdl, Fri Jan 2 17:47:32 2015 UTC
# Line 17  menu color scrollbar 0 #ffffffff #000000 Line 17  menu color scrollbar 0 #ffffffff #000000
17  menu rows 8  menu rows 8
18  menu cmdlinerow 15  menu cmdlinerow 15
19  menu helpmsgrow 18  menu helpmsgrow 18
20    menu width 78
21    menu margin 4
22    
23  label sme  label sme
24    menu label Install or upgrade an existing system (Default RAID 1)    menu label Install or upgrade an existing system (Default RAID 1)
# Line 27  Fully automatic installation. WARNING: a Line 29  Fully automatic installation. WARNING: a
29    kernel vmlinuz    kernel vmlinuz
30    append initrd=initrd.img text selinux=0 nodmraid    append initrd=initrd.img text selinux=0 nodmraid
31    
 label sme-vesa-video  
   menu label Install or upgrade using the Vesa video driver  
   text help  
 Fully automatic installation with nomodeset. WARNING: all data will be lost!  
   endtext  
   kernel vmlinuz  
   append initrd=initrd.img text nomodeset selinux=0 nodmraid  
   
32  menu begin RAID options  menu begin RAID options
33    menu title RAID and LVM installation options    menu title RAID and LVM installation options
34    
# Line 96  Fully automatic installation without LVM Line 90  Fully automatic installation without LVM
90    append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none    append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none
91  menu end  menu end
92    
93    menu begin RAID options with Vesa video driver
94      menu title RAID and LVM installation options using the Vesa video driver
95    
96      label noraid
97        menu label SME Server No Raid using the Vesa video driver
98        text help
99    Fully automatic installation without Raid. WARNING: all data will be lost!
100        endtext
101      kernel vmlinuz
102      append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=none
103    
104      label raid0
105        menu label SME Server Raid0 using the Vesa video driver
106        text help
107    Fully automatic installation with Raid0. WARNING: all data will be lost!
108        endtext
109      kernel vmlinuz
110      append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=0
111    
112      label raid1
113        menu label SME Server Raid1 using the Vesa video driver
114        menu default
115        text help
116    Fully automatic installation with Raid1. WARNING: all data will be lost!
117        endtext
118      kernel vmlinuz
119      append initrd=initrd.img text nomodeset selinux=0 nodmraid raid=1
120    
121      label raid5
122        menu label SME Server Raid5 using the Vesa video driver
123        text help
124    Fully automatic installation with Raid5. WARNING: all data will be lost!
125        endtext
126      kernel vmlinuz
127      append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=5
128    
129      label raid6
130        menu label SME Server Raid6 using the Vesa video driver
131        text help
132    Fully automatic installation with Raid6. WARNING: all data will be lost!
133        endtext
134      kernel vmlinuz
135      append initrd=initrd.img text selinux=0 nomodeset nodmraid raid=6
136    
137      label nolvm
138        menu label SME Server no LVM using the Vesa video driver
139        text help
140    Fully automatic installation without LVM. WARNING: all data will be lost!
141        endtext
142      kernel vmlinuz
143      append initrd=initrd.img text selinux=0 nomodeset nodmraid nolvm
144    
145      label nolvmnoraid
146        menu label SME Server no LVM / no Raid using the Vesa video driver
147        text help
148    Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
149        endtext
150      kernel vmlinuz
151      append initrd=initrd.img text selinux=0 nomodeset nodmraid nolvm raid=none
152    menu end
153    
154  menu begin advanced  menu begin advanced
155    menu title Advanced installation options    menu title Advanced installation options
156    
# Line 106  Choose manual installation options like Line 161  Choose manual installation options like
161    endtext    endtext
162    kernel vmlinuz    kernel vmlinuz
163    append initrd=initrd.img selinux=0 nodmraid    append initrd=initrd.img selinux=0 nodmraid
164    
165    label sme-graphical-install-vesa-driver
166      menu label Install or upgrade using the graphical installer with vesa driver
167      text help
168    Choose manual installation options like partitions, RAID and encryption.
169      endtext
170      kernel vmlinuz
171      append initrd=initrd.img selinux=0 nomodeset nodmraid
172  menu end  menu end
173    
174  menu begin Tools  menu begin Tools


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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