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

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

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


Revision 1.9 - (hide annotations) (download)
Wed Jun 9 07:59:53 2021 UTC (3 years ago) by jpp
Branch: MAIN
Changes since 1.8: +10 -0 lines
mirrorlist

1 unnilennium 1.1 default vesamenu.c32
2     timeout 600
3    
4     display boot.msg
5    
6     # Clear the screen when exiting the menu, instead of leaving the menu displayed.
7     # For vesamenu, this means the graphical background is still displayed without
8     # the menu itself for as long as the screen remains in graphics mode.
9     menu clear
10     menu background splash.png
11 jpp 1.8 menu title Koozali SME Server 10.0
12 unnilennium 1.1 menu vshift 8
13     menu rows 18
14     menu margin 8
15     #menu hidden
16     menu helpmsgrow 15
17     menu tabmsgrow 13
18    
19     # Border Area
20     menu color border * #00000000 #00000000 none
21    
22     # Selected item
23     menu color sel 0 #ffffffff #00000000 none
24    
25     # Title bar
26     menu color title 0 #ff7ba3d0 #00000000 none
27    
28     # Press [Tab] message
29     menu color tabmsg 0 #ff3a6496 #00000000 none
30    
31     # Unselected menu item
32     menu color unsel 0 #84b8ffff #00000000 none
33    
34     # Selected hotkey
35     menu color hotsel 0 #84b8ffff #00000000 none
36    
37     # Unselected hotkey
38     menu color hotkey 0 #ffffffff #00000000 none
39    
40     # Help text
41     menu color help 0 #ffffffff #00000000 none
42    
43     # A scrollbar of some type? Not sure.
44     menu color scrollbar 0 #ffffffff #ff355594 none
45    
46     # Timeout msg
47     menu color timeout 0 #ffffffff #00000000 none
48     menu color timeout_msg 0 #ffffffff #00000000 none
49    
50     # Command prompt text
51     menu color cmdmark 0 #84b8ffff #00000000 none
52     menu color cmdline 0 #ffffffff #00000000 none
53    
54     # Do not display the actual menu unless the user presses a key. All that is displayed is a timeout message.
55    
56     menu tabmsg Press Tab for full configuration options on menu items.
57    
58     menu separator # insert an empty line
59     menu separator # insert an empty line
60    
61     label linux
62     menu label ^Install Koozali SME Server 10
63 jpp 1.9 text help
64     This GUI interface uses a kick-start to prepare your disk,
65     If you use the partitioning menu, it will use the CentOS
66     default instead, and you will need to restart the installer.
67     endtext
68 unnilennium 1.1 kernel vmlinuz
69 jpp 1.4 append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg quiet
70 unnilennium 1.1
71 chrissn 1.5 label text
72     menu label ^Install Koozali SME Server 10 in text mode
73 jpp 1.9 text help
74     This text interface uses a kick-start to prepare your disk,
75     If you use the partitioning menu, it will use the CentOS
76     default instead, and you will need to restart the installer.
77     endtext
78 chrissn 1.5 kernel vmlinuz
79     append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg text quiet
80    
81 unnilennium 1.1 label check
82     menu label Test this ^media & install Koozali SME Server 10
83     menu default
84     kernel vmlinuz
85 jpp 1.4 append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg rd.live.check quiet
86 unnilennium 1.1
87     menu separator # insert an empty line
88    
89     # utilities submenu
90     menu begin ^Troubleshooting
91     menu title Troubleshooting
92    
93     label vesa
94     menu indent count 5
95     menu label Install Koozali SME Server 10 in ^basic graphics mode
96     text help
97     Try this option out if you're having trouble installing
98     Koozali SME Server 10.
99     endtext
100     kernel vmlinuz
101 jpp 1.4 append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg xdriver=vesa nomodeset quiet
102 unnilennium 1.1
103     label rescue
104     menu indent count 5
105     menu label ^Rescue a Koozali SME Server system
106     text help
107     If the system will not boot, this lets you access files
108     and edit config files to try to get it booting again.
109     endtext
110     kernel vmlinuz
111 jpp 1.4 initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server rescue quiet
112 unnilennium 1.1
113     label memtest
114     menu label Run a ^memory test
115     text help
116     If your system is having issues, a problem with your
117     system's memory may be the cause. Use this utility to
118     see if the memory is working correctly.
119     endtext
120     kernel memtest
121    
122     menu separator # insert an empty line
123    
124     label local
125     menu label Boot from ^local drive
126     localboot 0xffff
127    
128     menu separator # insert an empty line
129     menu separator # insert an empty line
130    
131     label returntomain
132     menu label Return to ^main menu
133     menu exit
134    
135     menu end

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