Browse Source

nbd/nbdroot: do not redirect debug output on rdnetdebug

nbdroot is now in the initqueue and rdinitdebug should cover that
master
Harald Hoyer 16 years ago
parent
commit
d64d04df39
  1. 6
      modules.d/95nbd/nbdroot

6
modules.d/95nbd/nbdroot

@ -4,12 +4,6 @@ @@ -4,12 +4,6 @@

PATH=$PATH:/sbin:/usr/sbin

if getarg rdnetdebug; then
exec > /tmp/nbdroot.$1.$$.out
exec 2>> /tmp/nbdroot.$1.$$.out
set -x
fi

# Huh? Empty $1?
[ -z "$1" ] && exit 1


Loading…
Cancel
Save