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