also look for bootparams in /lib/live/mount/medium [Closes: issue1239]
[grml-x.git] / grml-x
diff --git a/grml-x b/grml-x
index d3d225c..97eec09 100755 (executable)
--- a/grml-x
+++ b/grml-x
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 # vim: set et ts=4:
 
@@ -71,6 +71,7 @@ def build_bootparams():
     f.close()
     walk_bootparams_path('/cdrom/bootparams')
     walk_bootparams_path('/live/image/bootparams')
+    walk_bootparams_path('/lib/live/mount/medium/bootparams')
     params = {}
     for p in ' '.join(lines).split(' '):
         if '=' in p: