/[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.1 - (hide annotations) (download)
Mon Oct 28 14:53:38 2013 UTC (10 years, 7 months ago) by charliebrady
Branch: MAIN
Add isolinux.cfg, to put installer in text mode. [SME: 7934]

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     label linux
19     menu label ^Install or upgrade an existing system
20     menu default
21     kernel vmlinuz
22     append initrd=initrd.img text
23     label vesa
24     menu label Install system with ^basic video driver
25     kernel vmlinuz
26     append initrd=initrd.img xdriver=vesa nomodeset
27     label rescue
28     menu label ^Rescue installed system
29     kernel vmlinuz
30     append initrd=initrd.img rescue
31     label local
32     menu label Boot from ^local drive
33     localboot 0xffff
34     label memtest86
35     menu label ^Memory test
36     kernel memtest
37     append -
38    

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