From 3a4989cae2ff2221634fdc77413ac565d0508591 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 12 Jul 2010 15:33:44 +0200 Subject: [PATCH] dracut-lib: export RDDEBUG --- modules.d/99base/dracut-lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index 96662321..2624f7db 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 }