/[smeserver]/cdrom.image/sme9/isolinux/isolinux.cfg
ViewVC logotype

Annotation of /cdrom.image/sme9/isolinux/isolinux.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (hide annotations) (download)
Sun Dec 1 04:15:23 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
Changes since 1.3: +1 -1 lines
Add headless and selinux=0 as SME 8 [SME: 7949]

1 charliebrady 1.1 default vesamenu.c32
2     #prompt 1
3     timeout 600
4    
5     display boot.msg
6    
7     menu background splash.jpg
8     menu title Welcome to SME Server 9.0!
9     menu color border 0 #ffffffff #00000000
10     menu color sel 7 #ffffffff #ff000000
11     menu color title 0 #ffffffff #00000000
12     menu color tabmsg 0 #ffffffff #00000000
13     menu color unsel 0 #ffffffff #00000000
14     menu color hotsel 0 #ff000000 #ffffffff
15     menu color hotkey 7 #ffffffff #ff000000
16     menu color scrollbar 0 #ffffffff #00000000
17    
18 charliebrady 1.3 label sme
19 charliebrady 1.1 menu label ^Install or upgrade an existing system
20     menu default
21     kernel vmlinuz
22 wellsi 1.4 append initrd=initrd.img headless text selinux=0 nodmraid
23 charliebrady 1.1 label rescue
24     menu label ^Rescue installed system
25     kernel vmlinuz
26     append initrd=initrd.img rescue
27     label local
28     menu label Boot from ^local drive
29     localboot 0xffff
30     label memtest86
31     menu label ^Memory test
32     kernel memtest
33     append -
34    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed