From e544283809454252c2c2d3148492362ad10643ba Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Mon, 2 May 2016 13:54:54 +1000 Subject: [PATCH] pb-console: Reduce kernel log output before starting UI Signed-off-by: Samuel Mendoza-Jonas --- utils/pb-console | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2