summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-12-10 14:16:32 +0100
committerJonathan Bauer2018-12-10 14:16:32 +0100
commit15a7659554c15bb18daa48190c08fba7d8d746b0 (patch)
tree0cfef8b0d7ff55e85e092cba92b81652ce534d3c
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
-rw-r--r--centos-7-x86_64.json2
-rw-r--r--http/centos/anaconda-ks.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/centos-7-x86_64.json b/centos-7-x86_64.json
index 644f529..2f0830e 100644
--- a/centos-7-x86_64.json
+++ b/centos-7-x86_64.json
@@ -1,6 +1,6 @@
{
"variables": {
- "iso_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1804.iso",
+ "iso_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1810.iso",
"iso_checksum_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/sha256sum.txt",
"iso_checksum_type": "sha256",
"vm_name": "centos-7-x86_64",
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: