summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-05-30 08:32:18 +0200
committerHarald Hoyer <harald@redhat.com>2013-05-30 08:32:18 +0200
commit62cb52f4317460f313c18c906737d9e0eddb9081 (patch)
tree6705b06c6d71126a2ea145352f18e0ef98b1a985
parentcf8b1b785366e0a7c2ae1b3781d66b0f99d6f8fe (diff)
downloaddracut-62cb52f4317460f313c18c906737d9e0eddb9081.tar.gz
dracut-62cb52f4317460f313c18c906737d9e0eddb9081.tar.bz2
dracut-62cb52f4317460f313c18c906737d9e0eddb9081.zip
base/dracut-lib.sh: export DRACUT_SYSTEMD and NEWROOT
-rwxr-xr-xmodules.d/99base/dracut-lib.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh
index 5cb0add5..d20ce673 100755
--- a/modules.d/99base/dracut-lib.sh
+++ b/modules.d/99base/dracut-lib.sh
@@ -2,6 +2,9 @@
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
+export DRACUT_SYSTEMD
+export NEWROOT
+
debug_off() {
set +x
}