From: Harald Hoyer Date: Thu, 30 May 2013 06:32:18 +0000 (+0200) Subject: base/dracut-lib.sh: export DRACUT_SYSTEMD and NEWROOT X-Git-Tag: 028~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62cb52f4317460f313c18c906737d9e0eddb9081;p=thirdparty%2Fdracut.git base/dracut-lib.sh: export DRACUT_SYSTEMD and NEWROOT --- diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index 5cb0add57..d20ce673a 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 }