From: Harald Hoyer Date: Mon, 13 Jul 2009 13:53:13 +0000 (+0200) Subject: do not pass rdshell option to real init X-Git-Tag: 0.5~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aceddbe8a4fa189de50aa9e531f434d88bbf30f0;p=thirdparty%2Fdracut.git do not pass rdshell option to real init --- diff --git a/modules.d/99base/init b/modules.d/99base/init index ea2f4c2f3..4c90f2bae 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -212,6 +212,7 @@ for x in "$@"; do [ "${x%%=*}" = "rdudevdebug" ] && continue [ "${x%%=*}" = "rdnetdebug" ] && continue [ "${x%%=*}" = "rdcopystate" ] && continue + [ "${x%%=*}" = "rdshell" ] && continue initargs="$initargs $x" done