]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
add rdinfo command line parameter
authorHarald Hoyer <harald@redhat.com>
Fri, 14 Aug 2009 14:05:18 +0000 (16:05 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 14 Aug 2009 14:21:03 +0000 (16:21 +0200)
print informational output though "quiet" is set

dracut.8
modules.d/99base/dracut-lib.sh

index 65b6dead215643b8482106b6ed7ccd2c6b61f925..229cd2a00e540fe1989c9e6f381709a8156bdc17 100644 (file)
--- a/dracut.8
+++ b/dracut.8
@@ -249,6 +249,9 @@ do not load kernel module <drivername>
 
 .SH Debug
 .TP
+.B rdinfo
+print informational output though "quiet" is set
+.TP
 .B rdshell
 allow dropping to a shell, if root mounting fails
 .TP
index 31b95b064620778d3a01c843a0d99b6aa30e3e63..3c6cf86fe9a6c1c64cca3fab794808b39d12ae7d 100644 (file)
@@ -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" ] && \