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

Loading…
Cancel
Save