From 15a7659554c15bb18daa48190c08fba7d8d746b0 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 10 Dec 2018 14:16:32 +0100 Subject: [centos-7] update centos to 1810 --- centos-7-x86_64.json | 2 +- http/centos/anaconda-ks.cfg | 2 +- 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= -%pre --interpreter=/usr/bin/python +%pre --interpreter=/bin/python import shlex, crypt arg = 'rootpw=' with open('/proc/cmdline', 'r') as f: -- cgit v1.2.3-55-g7522