update ks configs to remove unused items
This commit is contained in:
parent
a1cd6c0336
commit
d40bbef438
20
ks.cfg
20
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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user