99base/dracut-lib.sh: don't be quiet on rd.debug
authorHarald Hoyer <harald@redhat.com>
Fri, 22 Jul 2011 12:17:59 +0000 (14:17 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 22 Jul 2011 12:20:27 +0000 (14:20 +0200)
modules.d/99base/dracut-lib.sh

index 6807b53fe26f20cc3603d68645bee8b2d62b4dc4..f65e853c342dc9618155709bbe45363e5239451b 100755 (executable)
@@ -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
 }