From f17f55dee2cd3036f42580a20460211ca8b3dc7c Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 16 Oct 2019 16:08:42 +0200 Subject: http/centos/anaconda-ks.cfg: remove packages --- http/centos/anaconda-ks.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/http/centos/anaconda-ks.cfg b/http/centos/anaconda-ks.cfg index b137803..5397b54 100644 --- a/http/centos/anaconda-ks.cfg +++ b/http/centos/anaconda-ks.cfg @@ -14,7 +14,6 @@ part / --fstype="xfs" --ondisk=sda --grow --label=SLX_SYS %packages @^minimal @core -kexec-tools %end # small python script to extract the password from the kernel command line @@ -38,10 +37,6 @@ with open('/tmp/setup-root-pass', 'w') as f: %include /tmp/setup-root-pass %post --erroronfail -yum -y update -yum -y install epel-release -yum -y install ansible -yum -y update # allow root login for ansible sed 's,^[[:blank:]]*#*PermitRootLogin.*,PermitRootLogin yes,g' /etc/ssh/sshd_config -- cgit v1.2.3-55-g7522