From: Harald Hoyer Date: Thu, 1 Oct 2009 11:59:34 +0000 (+0200) Subject: network/netroot: do not redirect output on rdnetdebug X-Git-Tag: 003~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0519556070ca6537c897417b8e72f5d156d5bbfd;p=thirdparty%2Fdracut.git network/netroot: do not redirect output on rdnetdebug netroot is now in the initqueue --- diff --git a/modules.d/40network/netroot b/modules.d/40network/netroot index 3b343afa8..d0b761255 100755 --- a/modules.d/40network/netroot +++ b/modules.d/40network/netroot @@ -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