mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2025-08-03 03:35:37 +02:00
change sme10 to sme11 and centos7 to rocky8
This commit is contained in:
@@ -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@
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user