add rdinfo command line parameter
print informational output though "quiet" is setmaster
parent
860ace56f8
commit
3d4641fd98
3
dracut.8
3
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
|
||||
|
|
|
@ -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" ] && \
|
||||
|
|
Loading…
Reference in New Issue