From f214273fd6797c599f7c8adb8a87fb77e701a5d8 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 1 Oct 2009 14:35:38 +0200 Subject: [PATCH] nfs/nfsroot: do not redirect output on rdnetdebug nfsroot is now in the initqueue --- modules.d/95nfs/nfsroot | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.47.3