/[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.8 by wellsi, Tue May 6 20:07:16 2014 UTC Revision 1.12 by wellsi, Sat May 10 17:44:58 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    
# 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 24  Fully automatic installation. WARNING: a Line 28  Fully automatic installation. WARNING: a
28    append initrd=initrd.img text selinux=0 nodmraid    append initrd=initrd.img text selinux=0 nodmraid
29    
30  label sme-vesa-video  label sme-vesa-video
31    menu label Install or upgrade using the ^Vesa video driver    menu label Install or upgrade using the Vesa video driver
32    text help    text help
33  Fully automatic installation with nomodeset. WARNING: all data will be lost!  Fully automatic installation with nomodeset. WARNING: all data will be lost!
34    endtext    endtext
35    kernel vmlinuz    kernel vmlinuz
36    append initrd=initrd.img text nomodeset selinux=0 nodmraid    append initrd=initrd.img text nomodeset selinux=0 nodmraid
37    
38  menu begin Other  menu begin RAID options
39    menu title Other installation options    menu title RAID and LVM installation options
   
 label sme-graphical-install  
   menu label Install or upgrade using the graphical installer  
   menu default  
   text help  
 Choose MANUAL installation options like partitions, RAID and fs encryption.  
   endtext  
   kernel vmlinuz  
   append initrd=initrd.img selinux=0 nodmraid  
40    
41    label noraid    label noraid
42      menu label SME Server NO Raid      menu label SME Server No Raid
43      text help      text help
44  Fully automatic installation without Raid. WARNING: all data will be lost!  Fully automatic installation without Raid. WARNING: all data will be lost!
45      endtext      endtext
46    kernel vmlinuz    kernel vmlinuz
47    append initrd=initrd.img text selinux=0 nodmraid raid=none    append initrd=initrd.img text selinux=0 nodmraid raid=none
48    
49      label raid0
50        menu label SME Server Raid0
51        text help
52    Fully automatic installation with Raid0. WARNING: all data will be lost!
53        endtext
54      kernel vmlinuz
55      append initrd=initrd.img text selinux=0 nodmraid raid=0
56    
57      label raid1
58        menu label SME Server Raid1
59        menu default
60        text help
61    Fully automatic installation with Raid1. WARNING: all data will be lost!
62        endtext
63      kernel vmlinuz
64      append initrd=initrd.img text selinux=0 nodmraid raid=1
65    
66    label raid5    label raid5
67      menu label SME Server Raid5      menu label SME Server Raid5
68      text help      text help
# Line 68  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 76  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/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 84  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 99  menu begin Tools Line 123  menu begin Tools
123    
124  menu end  menu end
125    
126    label Help menu
127      menu help help.txt
128    
129  label local  label local
130    menu label Boot from local drive    menu label Boot from local drive
131    localboot 0xffff    localboot 0xffff


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