From: Harald Hoyer Date: Mon, 12 Jul 2010 13:33:44 +0000 (+0200) Subject: dracut-lib: export RDDEBUG X-Git-Tag: 007~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a4989cae2ff2221634fdc77413ac565d0508591;p=thirdparty%2Fdracut.git dracut-lib: export RDDEBUG --- diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index 96662321e..2624f7dbf 100755 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -56,6 +56,7 @@ setdebug() { RDDEBUG=yes fi fi + export RDDEBUG fi [ "$RDDEBUG" = "yes" ] && set -x }