change sme10 to sme11 and centos7 to rocky8

This commit is contained in:
Trevor Batley
2024-07-02 16:49:43 +10:00
parent eb8b4aef75
commit a157170c10
11 changed files with 93 additions and 92 deletions

View File

@@ -3,15 +3,15 @@ default=2
splashimage=@SPLASHPATH@
timeout 60
hiddenmenu
title Install Koozali SME Server 10
title Install Koozali SME Server 11
findiso
kernel @KERNELPATH@ @ROOT@ quiet
initrd @INITRDPATH@
title Install Koozali SME Server 10 in text mode
title Install Koozali SME Server 11 in text mode
findiso
kernel @KERNELPATH@ @ROOT@ quiet text
initrd @INITRDPATH@
title Test this media & install Koozali SME Server 10
title Test this media & install Koozali SME Server 11
findiso
kernel @KERNELPATH@ @ROOT@ rd.live.check quiet
initrd @INITRDPATH@

View File

@@ -8,7 +8,7 @@ display boot.msg
# the menu itself for as long as the screen remains in graphics mode.
menu clear
menu background splash.png
menu title Koozali SME Server 10.1
menu title Koozali SME Server 11.0
menu vshift 8
menu rows 18
menu margin 8
@@ -59,27 +59,27 @@ menu separator # insert an empty line
menu separator # insert an empty line
label linux
menu label ^Install Koozali SME Server 10
menu label ^Install Koozali SME Server 11
text help
This GUI interface uses a kick-start to prepare your disk,
If you use the partitioning menu, it will use the CentOS
If you use the partitioning menu, it will use the Rocky
default instead, and you will need to restart the installer.
endtext
kernel vmlinuz
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
label text
menu label ^Install Koozali SME Server 10 in text mode
menu label ^Install Koozali SME Server 11 in text mode
text help
This text interface uses a kick-start to prepare your disk,
If you use the partitioning menu, it will use the CentOS
If you use the partitioning menu, it will use the Rocky
default instead, and you will need to restart the installer.
endtext
kernel vmlinuz
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
label check
menu label Test this ^media & install Koozali SME Server 10
menu label Test this ^media & install Koozali SME Server 11
menu default
kernel vmlinuz
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
@@ -92,10 +92,10 @@ menu begin ^Troubleshooting
label vesa
menu indent count 5
menu label Install Koozali SME Server 10 in ^basic graphics mode
menu label Install Koozali SME Server 11 in ^basic graphics mode
text help
Try this option out if you're having trouble installing
Koozali SME Server 10.
Koozali SME Server 11.
endtext
kernel vmlinuz
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