summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-10-16 16:08:42 +0200
committerJonathan Bauer2019-10-16 16:08:42 +0200
commitf17f55dee2cd3036f42580a20460211ca8b3dc7c (patch)
tree84cda41161a9a1a00c050fbe56cfcf5faa022c64
parentremove deprecated ks/preseed symlinks (diff)
downloadpacker-templates-f17f55dee2cd3036f42580a20460211ca8b3dc7c.tar.gz
packer-templates-f17f55dee2cd3036f42580a20460211ca8b3dc7c.tar.xz
packer-templates-f17f55dee2cd3036f42580a20460211ca8b3dc7c.zip
http/centos/anaconda-ks.cfg: remove packages
-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