diff options
author | Jonathan Bauer | 2019-10-16 16:08:42 +0200 |
---|---|---|
committer | Jonathan Bauer | 2019-10-16 16:08:42 +0200 |
commit | f17f55dee2cd3036f42580a20460211ca8b3dc7c (patch) | |
tree | 84cda41161a9a1a00c050fbe56cfcf5faa022c64 /http | |
parent | remove deprecated ks/preseed symlinks (diff) | |
download | packer-templates-f17f55dee2cd3036f42580a20460211ca8b3dc7c.tar.gz packer-templates-f17f55dee2cd3036f42580a20460211ca8b3dc7c.tar.xz packer-templates-f17f55dee2cd3036f42580a20460211ca8b3dc7c.zip |
http/centos/anaconda-ks.cfg: remove packages
Diffstat (limited to 'http')
-rw-r--r-- | http/centos/anaconda-ks.cfg | 5 |
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 |