]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
base/dracut-lib.sh: export DRACUT_SYSTEMD and NEWROOT
authorHarald Hoyer <harald@redhat.com>
Thu, 30 May 2013 06:32:18 +0000 (08:32 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 30 May 2013 06:32:18 +0000 (08:32 +0200)
modules.d/99base/dracut-lib.sh

index 5cb0add5740ca89560640270c40c2b2ac5706083..d20ce673a05cd3073615dff3b9dba02c376e5f53 100755 (executable)
@@ -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
 }