nbdroot is now in the initqueue and rdinitdebug should cover that
@ -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