[PATCH 3/3] pb-console: Reduce kernel log output before starting UI

Samuel Mendoza-Jonas sam at mendozajonas.com
Mon May 2 16:32:54 AEST 2016


Signed-off-by: Samuel Mendoza-Jonas <sam at mendozajonas.com>
---
 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.8.2



More information about the Petitboot mailing list