summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-05-02 13:54:54 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-05-06 13:57:30 +1000
commite544283809454252c2c2d3148492362ad10643ba (patch)
treecd51ec249f2b55e53f85e0ebc44170e0dc84cd3e
parentbbaa3ac16e14b1f386d70d14f16d0164d163017e (diff)
downloadtalos-petitboot-e544283809454252c2c2d3148492362ad10643ba.tar.gz
talos-petitboot-e544283809454252c2c2d3148492362ad10643ba.zip
pb-console: Reduce kernel log output before starting UI
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
-rw-r--r--utils/pb-console4
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
OpenPOWER on IntegriCloud