99base/dracut-lib.sh: don't be quiet on rd.debug

master
Harald Hoyer 2011-07-22 14:17:59 +02:00
parent 09e0549d51
commit 82eea29797
1 changed files with 1 additions and 0 deletions

View File

@ -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
}