From 7933f6bdb88f191507546aea9fced98a97e0bc13 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 18 Mar 2013 13:58:10 +0100 Subject: [PATCH] also look for bootparams in /lib/live/mount/medium [Closes: issue1239] --- grml-x | 1 + 1 file changed, 1 insertion(+) diff --git a/grml-x b/grml-x index 968c62d..97eec09 100755 --- 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: -- 2.1.4