summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--http/centos/anaconda-ks.cfg5
1 files changed, 0 insertions, 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