From: Harald Hoyer Date: Mon, 25 May 2009 15:59:21 +0000 (+0200) Subject: renamed internal command line options to rd* namespace X-Git-Tag: 0.1~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65f14ce19c62ada36a5983ae2004186426cf79ce;p=thirdparty%2Fdracut.git renamed internal command line options to rd* namespace ramfsdebug -> rdinitdebug udevinfo -> rdudevinfo udevdebug -> rdudevdebug --- diff --git a/modules.d/99base/init b/modules.d/99base/init index 05cc4b7fb..5ee897e87 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -35,7 +35,7 @@ mount -t proc /proc /proc >/dev/null 2>&1 mount -t sysfs /sys /sys >/dev/null 2>&1 mount -t tmpfs -omode=0755 udev /dev >/dev/null 2>&1 -getarg ramfsdebug && set -x +getarg rdinitdebug && set -x # Make some basic devices first, let udev handle the rest mknod /dev/null c 1 3 mknod /dev/ptmx c 5 2 @@ -49,8 +49,8 @@ source_all pre-udev # start up udev and trigger cold plugs udevd --daemon -getarg udevinfo && udevadm control --log_priority=info -getarg udevdebug && udevadm control --log_priority=debug +getarg rdudevinfo && udevadm control --log_priority=info +getarg rdudevdebug && udevadm control --log_priority=debug udevadm trigger >/dev/null 2>&1 udevadm settle --timeout=30 >/dev/null 2>&1