--- modules.d/99base/init | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modules.d/99base/init b/modules.d/99base/init index 53e28ef..b1115e1 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -133,6 +133,7 @@ for x in "$@"; do [ "${x%%=*}" = "rdinitdebug" ] && continue [ "${x%%=*}" = "rdudevinfo" ] && continue [ "${x%%=*}" = "rdudevdebug" ] && continue + [ "${x%%=*}" = "rdnetdebug" ] && continue initargs="$initargs $x" done exec switch_root "$NEWROOT" "$INIT" $initargs || { -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html