mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2025-10-10 12:44:41 +02:00
change sme10 to sme11 and centos7 to rocky8
This commit is contained in:
@@ -20,20 +20,20 @@ set timeout=60
|
||||
search --no-floppy --set=root -l 'SME Server'
|
||||
|
||||
### BEGIN /etc/grub.d/10_linux ###
|
||||
menuentry 'Install Koozali SME Server 10' --class fedora --class gnu-linux --class gnu --class os {
|
||||
menuentry 'Install Koozali SME Server 11' --class fedora --class gnu-linux --class gnu --class os {
|
||||
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
|
||||
initrdefi /images/pxeboot/initrd.img
|
||||
}
|
||||
menuentry 'Install Koozali SME Server 10 in text mode' --class fedora --class gnu-linux --class gnu --class os {
|
||||
menuentry 'Install Koozali SME Server 11 in text mode' --class fedora --class gnu-linux --class gnu --class os {
|
||||
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg text
|
||||
initrdefi /images/pxeboot/initrd.img
|
||||
}
|
||||
menuentry 'Test this media & install Koozali SME Server 10' --class fedora --class gnu-linux --class gnu --class os {
|
||||
menuentry 'Test this media & install Koozali SME Server 11' --class fedora --class gnu-linux --class gnu --class os {
|
||||
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
|
||||
initrdefi /images/pxeboot/initrd.img
|
||||
}
|
||||
submenu 'Troubleshooting -->' {
|
||||
menuentry 'Install Koozali SME Server 10 in basic graphics mode' --class fedora --class gnu-linux --class gnu --class os {
|
||||
menuentry 'Install Koozali SME Server 11 in basic graphics mode' --class fedora --class gnu-linux --class gnu --class os {
|
||||
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg
|
||||
initrdefi /images/pxeboot/initrd.img
|
||||
}
|
||||
|
@@ -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
|
||||
|
@@ -15,7 +15,7 @@ user --name=installer --uid=9999
|
||||
eula --agreed
|
||||
|
||||
# Partitioning from pre section
|
||||
%include /tmp/part-include
|
||||
# %include /tmp/part-include
|
||||
|
||||
# Disable kdump
|
||||
%addon com_redhat_kdump --disable
|
||||
@@ -23,9 +23,9 @@ eula --agreed
|
||||
|
||||
|
||||
# Add netinstall repos
|
||||
url --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeos-10-x86_64
|
||||
repo --name=smeupdates --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeupdates-10-x86_64
|
||||
repo --name=remi-safe --baseurl http://rpms.famillecollet.com/enterprise/7/safe/x86_6/
|
||||
url --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeos-11-x86_64
|
||||
repo --name=smeupdates --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeupdates-11-x86_64
|
||||
repo --name=remi-safe --baseurl http://rpms.famillecollet.com/enterprise/8/safe/x86_6/
|
||||
#url --url http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/10/smeos/x86_64/
|
||||
#repo --name=smeupdates --baseurl http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/10/smeupdates/x86_64/
|
||||
|
||||
|
Reference in New Issue
Block a user