/[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.6 by wellsi, Mon Mar 24 01:42:21 2014 UTC Revision 1.7 by wellsi, Tue May 6 03:03:56 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 16  menu color hotkey 7 #ffffffff #ff000000 Line 15  menu color hotkey 7 #ffffffff #ff000000
15  menu color scrollbar 0 #ffffffff #00000000  menu color scrollbar 0 #ffffffff #00000000
16    
17  label sme  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
24      append initrd=initrd.img text selinux=0 nodmraid
25    
26    label sme-vesa-video
27      menu label Install or upgrade using the ^Vesa video driver
28      menu default
29      text help
30    Fully automatic installation with nomodeset. WARNING: all data will be lost!
31      endtext
32    kernel vmlinuz    kernel vmlinuz
33    append initrd=initrd.img text nomodeset selinux=0 nodmraid    append initrd=initrd.img text nomodeset selinux=0 nodmraid
34  label rescue  
35    menu label ^Rescue installed system  menu begin Other
36      menu title Other installation options
37    
38    label sme-graphical-install
39      menu label Install or upgrade using the graphical installer
40      menu default
41      text help
42    Choose MANUAL installation options like partitions, RAID and fs encryption.
43      endtext
44      kernel vmlinuz
45      append initrd=initrd.img selinux=0 nodmraid
46    
47      label noraid
48        menu label SME Server NO Raid
49        text help
50    Fully automatic installation without Raid. WARNING: all data will be lost!
51        endtext
52      kernel vmlinuz
53      append initrd=initrd.img text selinux=0 nodmraid raid=none
54    
55      label raid5
56        menu label SME Server Raid5
57        text help
58    Fully automatic installation with Raid5. WARNING: all data will be lost!
59        endtext
60      kernel vmlinuz
61      append initrd=initrd.img text selinux=0 nodmraid raid=5
62    
63      label raid6
64        menu label SME Server Raid6
65        text help
66    Fully automatic installation with Raid6. WARNING: all data will be lost!
67        endtext
68      kernel vmlinuz
69      append initrd=initrd.img text selinux=0 nodmraid raid=6
70    
71      label nolvm
72        menu label SME Server NO LVM
73        text help
74    Fully automatic installation without LVM. WARNING: all data will be lost!
75        endtext
76    kernel vmlinuz    kernel vmlinuz
77    append initrd=initrd.img rescue    append initrd=initrd.img text selinux=0 nodmraid nolvm
78    
79      label nolvmnoraid
80        menu label SME Server NO LVM/Raid
81        text help
82    Fully automatic installation without LVM/Raid. WARNING: all data will be lost!
83        endtext
84      kernel vmlinuz
85      append initrd=initrd.img text selinux=0 nodmraid nolvm raid=none
86    menu end
87    
88    menu begin Tools
89      menu title Tools
90    
91      label rescue
92        menu label Rescue installed system
93        kernel vmlinuz
94        append initrd=initrd.img rescue
95    
96      label memtest86
97        menu label Memory test
98        kernel memtest
99        append -
100    
101    menu end
102    
103  label local  label local
104    menu label Boot from ^local drive    menu label Boot from local drive
105    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