From e07649e8811d65929ec54989addffc9c2d7d7061 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 16 Oct 2019 16:09:48 +0200 Subject: http/centos/anaconda-ks.cfg: fix python path --- http/centos/anaconda-ks.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/centos/anaconda-ks.cfg b/http/centos/anaconda-ks.cfg index c528f4e..71303e7 100644 --- a/http/centos/anaconda-ks.cfg +++ b/http/centos/anaconda-ks.cfg @@ -18,7 +18,7 @@ part / --fstype="xfs" --ondisk=sda --grow --label=SLX_SYS # small python script to extract the password from the kernel command line # expects the password given as: rootpw= -%pre --interpreter=/bin/python +%pre --interpreter=/usr/libexec/platform-python import shlex, crypt arg = 'rootpw=' with open('/proc/cmdline', 'r') as f: -- cgit v1.2.3-55-g7522