diff options
author | Manuel Messner | 2018-02-07 13:26:44 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-02-08 12:09:22 +0100 |
commit | 8085261eaa57d54ee9e10a5ca51d6aab7209df8f (patch) | |
tree | 82afe7b2ec09e828da179f8a967587fc6ccf7eec /http | |
parent | http: centos-7.4: anaconda-ks.cfg: add default mirror (diff) | |
download | packer-templates-8085261eaa57d54ee9e10a5ca51d6aab7209df8f.tar.gz packer-templates-8085261eaa57d54ee9e10a5ca51d6aab7209df8f.tar.xz packer-templates-8085261eaa57d54ee9e10a5ca51d6aab7209df8f.zip |
http: centos-7.4: anaconda-ks.cfg: add update to %post section
Diffstat (limited to 'http')
-rw-r--r-- | http/centos-7.4/anaconda-ks.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http/centos-7.4/anaconda-ks.cfg b/http/centos-7.4/anaconda-ks.cfg index 5eab0b9..1d32e12 100644 --- a/http/centos-7.4/anaconda-ks.cfg +++ b/http/centos-7.4/anaconda-ks.cfg @@ -42,6 +42,7 @@ 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 |