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

@@ -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,29 +59,29 @@ 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
Default GUI install uses kick-start to prepare your disk,
then will let you setup the repo that you want to install from.
If you use the GUI partitioning menu, it will use the CentOS default
If you use the GUI partitioning menu, it will use the Rocky default
instead of our settings, and you will need to restart the installer.
endtext
kernel vmlinuz
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
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,
then let you setup the repo that you want. If you use the
partitioning menu, it will use the CentOS default instead
partitioning menu, it will use the Rocky default instead
of our settings, and you will need to restart the installer.
endtext
kernel vmlinuz
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg text
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 inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
@@ -94,10 +94,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 inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg