diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pb-console | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/pb-console b/utils/pb-console index c6def47..c071a2f 100644 --- 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 |