/[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.1 by charliebrady, Mon Oct 28 14:53:38 2013 UTC Revision 1.10 by wellsi, Wed May 7 23:45:27 2014 UTC
# Line 1  Line 1 
1  default vesamenu.c32  default vesamenu.c32
 #prompt 1  
2  timeout 600  timeout 600
3    
4  display boot.msg  display boot.msg
5    
6  menu background splash.jpg  menu background splash.jpg
7  menu title Welcome to SME Server 9.0!  menu title Welcome to SME Server 9.0
8  menu color border 0 #ffffffff #00000000  menu color border 0 #ffffffff #00000000
9  menu color sel 7 #ffffffff #ff000000  menu color sel 7 #ffffffff #ff000000
10  menu color title 0 #ffffffff #00000000  menu color title 0 #ffffffff #00000000
# Line 15  menu color hotsel 0 #ff000000 #ffffffff Line 14  menu color hotsel 0 #ff000000 #ffffffff
14  menu color hotkey 7 #ffffffff #ff000000  menu color hotkey 7 #ffffffff #ff000000
15  menu color scrollbar 0 #ffffffff #00000000  menu color scrollbar 0 #ffffffff #00000000
16    
17  label linux  label sme
18    menu label ^Install or upgrade an existing system    menu label Install or upgrade an existing system
19    menu default    menu default
20      text help
21    Fully automatic installation. WARNING: all data will be lost!
22      endtext
23    kernel vmlinuz    kernel vmlinuz
24    append initrd=initrd.img text    append initrd=initrd.img text selinux=0 nodmraid
25  label vesa  
26    menu label Install system with ^basic video driver  label sme-vesa-video
27    kernel vmlinuz    menu label Install or upgrade using the Vesa video driver
28    append initrd=initrd.img xdriver=vesa nomodeset    text help
29  label rescue  Fully automatic installation with nomodeset. WARNING: all data will be lost!
30    menu label ^Rescue installed system    endtext
31      kernel vmlinuz
32      append initrd=initrd.img text nomodeset selinux=0 nodmraid
33    
34    menu begin RAID options
35      menu title RAID installation options
36    
37      label noraid
38        menu label SME Server No Raid
39        text help
40    Fully automatic installation without Raid. WARNING: all data will be lost!
41        endtext
42      kernel vmlinuz
43      append initrd=initrd.img text selinux=0 nodmraid raid=none
44    
45      label raid0
46        menu label SME Server Raid0
47        text help
48    Fully automatic installation with Raid0. WARNING: all data will be lost!
49        endtext
50      kernel vmlinuz
51      append initrd=initrd.img text selinux=0 nodmraid raid=0
52    
53      label raid1
54        menu label SME Server Raid1
55        menu default
56        text help
57    Fully automatic installation with Raid1. WARNING: all data will be lost!
58        endtext
59      kernel vmlinuz
60      append initrd=initrd.img text selinux=0 nodmraid raid=1
61    
62      label raid5
63        menu label SME Server Raid5
64        text help
65    Fully automatic installation with Raid5. WARNING: all data will be lost!
66        endtext
67      kernel vmlinuz
68      append initrd=initrd.img text selinux=0 nodmraid raid=5
69    
70      label raid6
71        menu label SME Server Raid6
72        text help
73    Fully automatic installation with Raid6. WARNING: all data will be lost!
74        endtext
75    kernel vmlinuz    kernel vmlinuz
76    append initrd=initrd.img rescue    append initrd=initrd.img text selinux=0 nodmraid raid=6
77    
78      label nolvm
79        menu label SME Server no LVM
80        text help
81    Fully automatic installation without LVM. WARNING: all data will be lost!
82        endtext
83      kernel vmlinuz
84      append initrd=initrd.img text selinux=0 nodmraid nolvm
85    
86      label nolvmnoraid
87        menu label SME Server no LVM / no Raid
88        text help
89    Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
90        endtext
91      kernel vmlinuz
92      append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none
93    menu end
94    
95    menu begin Tools
96      menu title Tools
97    
98      label rescue
99        menu label Rescue installed system
100        kernel vmlinuz
101        append initrd=initrd.img rescue
102    
103      label memtest86
104        menu label Memory test
105        kernel memtest
106        append -
107    
108    menu end
109    
110    label sme-graphical-install
111      menu label Install or upgrade using the graphical installer
112      text help
113    Choose MANUAL installation options like partitions, RAID and fs encryption.
114      endtext
115      kernel vmlinuz
116      append initrd=initrd.img selinux=0 nodmraid
117    
118  label local  label local
119    menu label Boot from ^local drive    menu label Boot from local drive
120    localboot 0xffff    localboot 0xffff
 label memtest86  
   menu label ^Memory test  
   kernel memtest  
   append -  
   


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