print informational output though "quiet" is set
@ -249,6 +249,9 @@ do not load kernel module <drivername>
.SH Debug
.TP
.B rdinfo
.B rdshell
allow dropping to a shell, if root mounting fails
@ -65,6 +65,7 @@ info() {
if [ -z "$DRACUT_QUIET" ]; then
DRACUT_QUIET="no"
getarg quiet && DRACUT_QUIET="yes"
getarg rdinfo && DRACUT_QUIET="no"
fi
echo "<6>dracut: $@" > /dev/kmsg
[ "$DRACUT_QUIET" != "yes" ] && \