X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=utils%2Fpb-console;h=c071a2f6e5bcce686f82dbf0d098addf111a9c63;hp=36b9c034e51af0eeaae7b54a03b5ed323798d5dc;hb=e544283809454252c2c2d3148492362ad10643ba;hpb=f166fe2b62d781109e3a88736db96613af8c71d9 diff --git a/utils/pb-console b/utils/pb-console index 36b9c03..c071a2f 100644 --- a/utils/pb-console +++ b/utils/pb-console @@ -109,6 +109,7 @@ if [ -z "$PATH" ] then PATH=/usr/bin:/usr/sbin:/bin:/sbin fi +PATH=/var/lib/pb-plugins/bin:$PATH export PATH verbose_opt= @@ -117,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