From: Lukas Nykryn Date: Wed, 21 Jun 2017 12:14:06 +0000 (+0200) Subject: dracut-lib: put together CMDLINE even if /proc/cmdline does not exist X-Git-Tag: 046~55^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F239%2Fhead;p=thirdparty%2Fdracut.git dracut-lib: put together CMDLINE even if /proc/cmdline does not exist --- diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index dc10836da..803854565 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