Skip to content

Commit

Permalink
also look for bootparams in /lib/live/mount/medium [Closes: issue1239]
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 18, 2013
1 parent 88d38f7 commit 7933f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grml-x
Expand Up @@ -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:
Expand Down

0 comments on commit 7933f6b

Please sign in to comment.