projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09e0549
)
99base/dracut-lib.sh: don't be quiet on rd.debug
author
Harald Hoyer
<harald@redhat.com>
Fri, 22 Jul 2011 12:17:59 +0000
(14:17 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Fri, 22 Jul 2011 12:20:27 +0000
(14:20 +0200)
modules.d/99base/dracut-lib.sh
patch
|
blob
|
history
diff --git
a/modules.d/99base/dracut-lib.sh
b/modules.d/99base/dracut-lib.sh
index 6807b53fe26f20cc3603d68645bee8b2d62b4dc4..f65e853c342dc9618155709bbe45363e5239451b 100755
(executable)
--- a/
modules.d/99base/dracut-lib.sh
+++ b/
modules.d/99base/dracut-lib.sh
@@
-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
}