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 968c62d..97eec09 100755 (executable)
--- a/grml-x
+++ b/grml-x
@@ -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: