dracut init: add rdnetdebug to exclude list
authorDavid Dillow <dave@thedillows.org>
Sun, 7 Jun 2009 22:17:03 +0000 (18:17 -0400)
committerDavid Dillow <dave@thedillows.org>
Sun, 7 Jun 2009 22:17:03 +0000 (18:17 -0400)
modules.d/99base/init

index 53e28ef..b1115e1 100755 (executable)
@@ -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 || {