]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
nfs/nfsroot: do not redirect output on rdnetdebug
authorHarald Hoyer <harald@redhat.com>
Thu, 1 Oct 2009 12:35:38 +0000 (14:35 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 1 Oct 2009 12:46:16 +0000 (14:46 +0200)
nfsroot is now in the initqueue

modules.d/95nfs/nfsroot

index e7825aec46b66bb656c9311d2ca758b6e2ec2ef6..2ea14865f259a2dae109ee712ff222557bae5121 100755 (executable)
@@ -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