/[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.9 by wellsi, Wed May 7 02:46:49 2014 UTC Revision 1.13 by wellsi, Sat Jun 21 21:30:38 2014 UTC
# Line 1  Line 1 
1  default vesamenu.c32  default vesamenu.c32
2  timeout 600  timeout 600
3    F1 help.txt
4    
5  display boot.msg  display boot.msg
6    
7  menu background splash.jpg  menu background splash.png
8  menu title Welcome to SME Server 9.0  menu title Welcome to SME Server 9.0
9  menu color border 0 #ffffffff #00000000  menu color border 0 #ffffffff #00000000
10  menu color sel 7 #ffffffff #ff000000  menu color sel 7 #ffffffff #ff000000
# Line 13  menu color unsel 0 #ffffffff #00000000 Line 14  menu color unsel 0 #ffffffff #00000000
14  menu color hotsel 0 #ff000000 #ffffffff  menu color hotsel 0 #ff000000 #ffffffff
15  menu color hotkey 7 #ffffffff #ff000000  menu color hotkey 7 #ffffffff #ff000000
16  menu color scrollbar 0 #ffffffff #00000000  menu color scrollbar 0 #ffffffff #00000000
17    menu rows 8
18    menu cmdlinerow 15
19    menu helpmsgrow 18
20    
21  label sme  label sme
22    menu label Install or upgrade an existing system    menu label Install or upgrade an existing system
# Line 32  Fully automatic installation with nomode Line 36  Fully automatic installation with nomode
36    append initrd=initrd.img text nomodeset selinux=0 nodmraid    append initrd=initrd.img text nomodeset selinux=0 nodmraid
37    
38  menu begin RAID options  menu begin RAID options
39    menu title RAID installation options    menu title RAID and LVM installation options
40    
41    label noraid    label noraid
42      menu label SME Server No Raid      menu label SME Server No Raid
# Line 51  Fully automatic installation with Raid0. Line 55  Fully automatic installation with Raid0.
55    append initrd=initrd.img text selinux=0 nodmraid raid=0    append initrd=initrd.img text selinux=0 nodmraid raid=0
56    
57    label raid1    label raid1
58      menu label SME Server Raid5      menu label SME Server Raid1
59      menu default      menu default
60      text help      text help
61  Fully automatic installation with Raid1. WARNING: all data will be lost!  Fully automatic installation with Raid1. WARNING: all data will be lost!
# Line 76  Fully automatic installation with Raid6. Line 80  Fully automatic installation with Raid6.
80    append initrd=initrd.img text selinux=0 nodmraid raid=6    append initrd=initrd.img text selinux=0 nodmraid raid=6
81    
82    label nolvm    label nolvm
83      menu label SME Server NO LVM      menu label SME Server no LVM
84      text help      text help
85  Fully automatic installation without LVM. WARNING: all data will be lost!  Fully automatic installation without LVM. WARNING: all data will be lost!
86      endtext      endtext
# Line 84  Fully automatic installation without LVM Line 88  Fully automatic installation without LVM
88    append initrd=initrd.img text selinux=0 nodmraid nolvm    append initrd=initrd.img text selinux=0 nodmraid nolvm
89    
90    label nolvmnoraid    label nolvmnoraid
91      menu label SME Server No LVM / No Raid      menu label SME Server no LVM / no Raid
92      text help      text help
93  Fully automatic installation without LVM/Raid. WARNING: all data will be lost!  Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
94      endtext      endtext
# Line 92  Fully automatic installation without LVM Line 96  Fully automatic installation without LVM
96    append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none    append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none
97  menu end  menu end
98    
99    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  menu begin Tools  menu begin Tools
112    menu title Tools    menu title Tools
113    
# Line 107  menu begin Tools Line 123  menu begin Tools
123    
124  menu end  menu end
125    
126  label sme-graphical-install  label Help menu
127    menu label Install or upgrade using the graphical installer    menu help help.txt
   text help  
 Choose MANUAL installation options like partitions, RAID and fs encryption.  
   endtext  
   kernel vmlinuz  
   append initrd=initrd.img selinux=0 nodmraid  
128    
129  label local  label local
130    menu label Boot from local drive    menu label Boot from local drive


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