summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorJonathan Bauer2018-12-10 14:16:32 +0100
committerJonathan Bauer2018-12-10 14:16:32 +0100
commit15a7659554c15bb18daa48190c08fba7d8d746b0 (patch)
tree0cfef8b0d7ff55e85e092cba92b81652ce534d3c /http
parentMakefile: fix formatting issue (diff)
downloadpacker-templates-15a7659554c15bb18daa48190c08fba7d8d746b0.tar.gz
packer-templates-15a7659554c15bb18daa48190c08fba7d8d746b0.tar.xz
packer-templates-15a7659554c15bb18daa48190c08fba7d8d746b0.zip
[centos-7] update centos to 1810
Diffstat (limited to 'http')
-rw-r--r--http/centos/anaconda-ks.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/centos/anaconda-ks.cfg b/http/centos/anaconda-ks.cfg
index 646b0c4..b137803 100644
--- a/http/centos/anaconda-ks.cfg
+++ b/http/centos/anaconda-ks.cfg
@@ -19,7 +19,7 @@ kexec-tools
# small python script to extract the password from the kernel command line
# expects the password given as: rootpw=<password>
-%pre --interpreter=/usr/bin/python
+%pre --interpreter=/bin/python
import shlex, crypt
arg = 'rootpw='
with open('/proc/cmdline', 'r') as f: