add module selection to variants.xml
This commit is contained in:
parent
dd19854857
commit
feffeb71f6
7
ks.cfg
7
ks.cfg
@ -43,23 +43,16 @@ cdrom
|
||||
|
||||
# Packages to install
|
||||
%packages
|
||||
#dracut-live
|
||||
@^smeserver
|
||||
@core
|
||||
@base
|
||||
@standard
|
||||
@smeextra
|
||||
#anaconda
|
||||
#anaconda-install-env-deps
|
||||
#anaconda-live
|
||||
chkconfig
|
||||
glibc-all-langpacks
|
||||
initscripts
|
||||
kernel
|
||||
kernel-modules
|
||||
#kernel-modules-extra
|
||||
#memtest86+
|
||||
#syslinux
|
||||
-chrony
|
||||
-kexec-tools
|
||||
%end
|
||||
|
@ -27,16 +27,19 @@ eula --agreed
|
||||
network --bootproto=dhcp --device=link --activate
|
||||
|
||||
# Add netinstall repos
|
||||
repo --name="smeos" --baseurl=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch
|
||||
repo --name="rockybase" --baseurl=https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/
|
||||
repo --name="rockyappstream" --baseurl=https://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/
|
||||
repo --name="rockypowertools" --baseurl=http://dl.rockylinux.org/pub/rocky/8/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="rockyextras" --baseurl=http://dl.rockylinux.org/pub/rocky/8/extras/$basearch/os --cost=200
|
||||
repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/
|
||||
repo --name="remi" --baseurl=https://rpmfind.net/linux/remi/enterprise/8/remi/$basearch/
|
||||
repo --name="remimodular" --baseurl=https://rpms.remirepo.net/enterprise/8/modular/x86_64/
|
||||
repo --name="openfusion" --baseurl=http://repo.openfusion.net/centos8-x86_64/
|
||||
|
||||
|
||||
# Base URL for netinstall
|
||||
#url --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeos-11-x86_64
|
||||
url --url=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch
|
||||
url --url=https://koji.koozali.org/kojifiles/repos-dist/dist-sme11-os/latest/$basearch
|
||||
|
||||
# Packages to install
|
||||
%packages
|
||||
|
@ -15,5 +15,9 @@
|
||||
<environments>
|
||||
<environment display_order="2">smeserver</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>httpd:2.4</module>
|
||||
<module>php:8.4</module>
|
||||
<module>python36:3.6</module>
|
||||
</variant>
|
||||
</variants>
|
||||
|
Loading…
Reference in New Issue
Block a user