From: Samuel Mendoza-Jonas Date: Mon, 2 May 2016 03:54:54 +0000 (+1000) Subject: pb-console: Reduce kernel log output before starting UI X-Git-Tag: v1.1.0~6 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=e544283809454252c2c2d3148492362ad10643ba;hp=bbaa3ac16e14b1f386d70d14f16d0164d163017e pb-console: Reduce kernel log output before starting UI Signed-off-by: Samuel Mendoza-Jonas --- 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