8 |
# the menu itself for as long as the screen remains in graphics mode. |
# the menu itself for as long as the screen remains in graphics mode. |
9 |
menu clear |
menu clear |
10 |
menu background splash.png |
menu background splash.png |
11 |
menu title Koozali SME Server 10 rc1 |
menu title Koozali SME Server 10.1 |
12 |
menu vshift 8 |
menu vshift 8 |
13 |
menu rows 18 |
menu rows 18 |
14 |
menu margin 8 |
menu margin 8 |
60 |
|
|
61 |
label linux |
label linux |
62 |
menu label ^Install Koozali SME Server 10 |
menu label ^Install Koozali SME Server 10 |
63 |
|
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 |
kernel vmlinuz |
kernel vmlinuz |
69 |
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 |
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 |
|
|
71 |
label text |
label text |
72 |
menu label ^Install Koozali SME Server 10 in text mode |
menu label ^Install Koozali SME Server 10 in text mode |
73 |
|
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 |
kernel vmlinuz |
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 |
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 |
|
|