From 0c4c9792c8a1a615ed48bd0cd2d944dc9e09e80b Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Wed, 21 Jun 2017 14:14:06 +0200 Subject: [PATCH] dracut-lib: put together CMDLINE even if /proc/cmdline does not exist --- modules.d/99base/dracut-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index dc10836d..80385456 100755 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -152,8 +152,8 @@ getcmdline() { while read -r _line || [ -n "$_line" ]; do CMDLINE_PROC="$CMDLINE_PROC $_line" done