summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-02-22 11:54:50 +0100
committerJonathan Bauer2018-02-22 11:54:50 +0100
commita0d87bbd4512e77c3a55ff3148a22aca040b2de3 (patch)
tree764c0f327b5a699d06b4e72a6648e277ccd5c0c9
parentMakefile: clean_failed: add missing semicolon (diff)
downloadpacker-templates-a0d87bbd4512e77c3a55ff3148a22aca040b2de3.tar.gz
packer-templates-a0d87bbd4512e77c3a55ff3148a22aca040b2de3.tar.xz
packer-templates-a0d87bbd4512e77c3a55ff3148a22aca040b2de3.zip
anaconda: centos-7.4: do not install systemd-{networkd,resolved} through kickstart
-rw-r--r--http/centos-7.4/anaconda-ks.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/http/centos-7.4/anaconda-ks.cfg b/http/centos-7.4/anaconda-ks.cfg
index 1d32e12..4cf9e03 100644
--- a/http/centos-7.4/anaconda-ks.cfg
+++ b/http/centos-7.4/anaconda-ks.cfg
@@ -41,7 +41,6 @@ with open('/tmp/setup-root-pass', 'w') as f:
yum -y update
yum -y install epel-release
yum -y install ansible
-yum -y install systemd-networkd systemd-resolved
yum -y update
# allow root login for ansible
sed 's,^[[:blank:]]*#*PermitRootLogin.*,PermitRootLogin yes,g' /etc/ssh/sshd_config