]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
iscsi/iscsiroot: remove redirection on rdnetdebug
authorHarald Hoyer <harald@redhat.com>
Thu, 1 Oct 2009 13:21:32 +0000 (15:21 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 1 Oct 2009 13:21:55 +0000 (15:21 +0200)
iscsiroot is now executed in the initqueue

modules.d/95iscsi/iscsiroot

index e2136a3812be49a92127cea35536399d14095933..7679a1517a218dad65bcf89df149f3d94274b236 100755 (executable)
 
 PATH=$PATH:/sbin:/usr/sbin
 
-if getarg rdnetdebug; then
-    exec > /tmp/iscsiroot.$1.$$.out
-    exec 2>> /tmp/iscsiroot.$1.$$.out
-    set -x
-fi
-
 # Huh? Empty $1?
 [ -z "$1" ] && exit 1