From: Harald Hoyer Date: Fri, 22 Jul 2011 12:17:59 +0000 (+0200) Subject: 99base/dracut-lib.sh: don't be quiet on rd.debug X-Git-Tag: 012~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82eea29797588621fc10f7f2e335ec5bf727164f;p=thirdparty%2Fdracut.git 99base/dracut-lib.sh: don't be quiet on rd.debug --- diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index 6807b53fe..f65e853c3 100755 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -272,6 +272,7 @@ check_quiet() { if [ -z "$DRACUT_QUIET" ]; then DRACUT_QUIET="yes" getargbool 0 rd.info -y rdinfo && DRACUT_QUIET="no" + getargbool 0 rd.debug -y rdinitdebug && DRACUT_QUIET="no" getarg quiet || DRACUT_QUIET="yes" fi }