diff options
author | Jonathan Bauer | 2018-12-10 14:16:32 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-12-10 14:16:32 +0100 |
commit | 15a7659554c15bb18daa48190c08fba7d8d746b0 (patch) | |
tree | 0cfef8b0d7ff55e85e092cba92b81652ce534d3c /http | |
parent | Makefile: fix formatting issue (diff) | |
download | packer-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.cfg | 2 |
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: |