projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbaa3ac
)
pb-console: Reduce kernel log output before starting UI
author
Samuel Mendoza-Jonas
<sam@mendozajonas.com>
Mon, 2 May 2016 03:54:54 +0000
(13:54 +1000)
committer
Samuel Mendoza-Jonas
<sam@mendozajonas.com>
Fri, 6 May 2016 03:57:30 +0000
(13:57 +1000)
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
utils/pb-console
patch
|
blob
|
history
diff --git
a/utils/pb-console
b/utils/pb-console
index c6def47a74d010a1bfd7bd7111ca57717c5df0e5..c071a2f6e5bcce686f82dbf0d098addf111a9c63 100644
(file)
--- a/
utils/pb-console
+++ b/
utils/pb-console
@@
-118,6
+118,10
@@
then
verbose_opt=--verbose
fi
+# kernel messages may write over the ncurses ui - change log level to only
+# show particularly important messages
+dmesg -n 1
+
while :
do
$ui $verbose_opt