From d40bbef4386245343300c65e89c4fdc4919d0335 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 3 Feb 2025 03:41:22 +0100 Subject: [PATCH] update ks configs to remove unused items --- ks.cfg | 20 +------------------- ks_netinstall.cfg | 16 ++-------------- 2 files changed, 3 insertions(+), 33 deletions(-) diff --git a/ks.cfg b/ks.cfg index ef57f52..1aca1cb 100644 --- a/ks.cfg +++ b/ks.cfg @@ -6,7 +6,6 @@ selinux --disabled # Services to activate -#services --enabled=NetworkManager services --disabled=lm_sensors # Default root pass, will be changed in post-install process anyway @@ -23,27 +22,10 @@ eula --agreed %addon com_redhat_kdump --disable %end -# Start network -#network --bootproto=dhcp --device=link --activate - -# Install from the cdrom +# Install from the cdrom - use harddrive as cdrom option fails #cdrom harddrive --partition=/dev/disk/by-label/SME\\x20Server --dir=/ -# Add netinstall repos -#repo --name="rockybase" --baseurl=https://dl.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/ -#repo --name="rockyappstream" --baseurl=https://dl.rockylinux.org/pub/rocky/8/AppStream/x86_64/os/ -#repo --name="rockypowertools" --baseurl=http://dl.rockylinux.org/pub/rocky/8/PowerTools/x86_64/os/ --cost=200 -#repo --name="rockyextras" --baseurl=http://dl.rockylinux.org/pub/rocky/8/extras/x86_64/os --cost=200 -#repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/ -#repo --name="remi" --baseurl=https://rpmfind.net/linux/remi/enterprise/8/remi/x86_64/ -#repo --name="remisafe" --baseurl=http://rpms.remirepo.net/enterprise/8/safe/x86_64/ -#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 - # Packages to install %packages @^smeserver diff --git a/ks_netinstall.cfg b/ks_netinstall.cfg index 68aab85..d46299e 100644 --- a/ks_netinstall.cfg +++ b/ks_netinstall.cfg @@ -6,7 +6,6 @@ selinux --disabled # Services to activate -services --enabled=NetworkManager services --disabled=lm_sensors # Default root pass, will be changed in post-install process anyway @@ -26,17 +25,6 @@ eula --agreed # Start network network --bootproto=dhcp --device=link --activate -# Add netinstall repos -repo --name="rockybase" --baseurl=https://dl.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/ -repo --name="rockyappstream" --baseurl=https://dl.rockylinux.org/pub/rocky/8/AppStream/x86_64/os/ -repo --name="rockypowertools" --baseurl=http://dl.rockylinux.org/pub/rocky/8/PowerTools/x86_64/os/ --cost=200 -repo --name="rockyextras" --baseurl=http://dl.rockylinux.org/pub/rocky/8/extras/x86_64/os --cost=200 -repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/ -repo --name="remi" --baseurl=https://rpmfind.net/linux/remi/enterprise/8/remi/x86_64/ -repo --name="remisafe" --baseurl=http://rpms.remirepo.net/enterprise/8/safe/x86_64/ -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 @@ -52,8 +40,8 @@ glibc-all-langpacks initscripts kernel kernel-modules --chrony --kexec-tools +chrony +kexec-tools -cockpit %end