]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
network/netroot: do not redirect output on rdnetdebug
authorHarald Hoyer <harald@redhat.com>
Thu, 1 Oct 2009 11:59:34 +0000 (13:59 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 1 Oct 2009 12:46:15 +0000 (14:46 +0200)
netroot is now in the initqueue

modules.d/40network/netroot

index 3b343afa885433238387e7e15017e5b2483f8d6f..d0b761255af7afa7d69ef04eb0ed5ef79d007e7d 100755 (executable)
@@ -4,12 +4,6 @@ PATH=$PATH:/sbin:/usr/sbin
 
 . /lib/dracut-lib.sh
 
-if getarg rdnetdebug ; then
-    exec >/tmp/netroot.$1.$$.out
-    exec 2>>/tmp/netroot.$1.$$.out
-    set -x
-fi
-
 # Huh? Empty $1?
 [ -z "$1" ] && exit 1