From: Harald Hoyer Date: Thu, 1 Oct 2009 12:35:38 +0000 (+0200) Subject: nfs/nfsroot: do not redirect output on rdnetdebug X-Git-Tag: 003~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f214273fd6797c599f7c8adb8a87fb77e701a5d8;p=thirdparty%2Fdracut.git nfs/nfsroot: do not redirect output on rdnetdebug nfsroot is now in the initqueue --- diff --git a/modules.d/95nfs/nfsroot b/modules.d/95nfs/nfsroot index e7825aec4..2ea14865f 100755 --- a/modules.d/95nfs/nfsroot +++ b/modules.d/95nfs/nfsroot @@ -42,12 +42,6 @@ root_to_var() { PATH=$PATH:/sbin:/usr/sbin -if getarg rdnetdebug ; then - exec > /tmp/nfsroot.$1.$$.out - exec 2>> /tmp/nfsroot.$1.$$.out - set -x -fi - # Huh? Empty $1? [ -z "$1" ] && exit 1