summaryrefslogtreecommitdiffstats
path: root/http/centos/anaconda-ks.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'http/centos/anaconda-ks.cfg')
-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: