]> git.ozlabs.org Git - petitboot/blobdiff - utils/pb-console
discover/kboot-parser: Look in /boot
[petitboot] / utils / pb-console
index c6def47a74d010a1bfd7bd7111ca57717c5df0e5..282fca1193604ff57b7aff102844648ecd4e5f70 100644 (file)
@@ -118,10 +118,15 @@ 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
        reset
        echo "Exiting petitboot. Type 'exit' to return."
+       echo "You may run 'pb-sos' to gather diagnostic data"
        $shell
 done