Browse Source

dracut-lib: export RDDEBUG

master
Harald Hoyer 15 years ago
parent
commit
3a4989cae2
  1. 1
      modules.d/99base/dracut-lib.sh

1
modules.d/99base/dracut-lib.sh

@ -56,6 +56,7 @@ setdebug() {
RDDEBUG=yes RDDEBUG=yes
fi fi
fi fi
export RDDEBUG
fi fi
[ "$RDDEBUG" = "yes" ] && set -x [ "$RDDEBUG" = "yes" ] && set -x
} }

Loading…
Cancel
Save