From a3155b8985da7863f26fc70055d1594c8fd23999 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Fri, 14 Mar 2025 22:46:57 -0400 Subject: [PATCH] main/postmarketos-mkinitfs-hook-ci: Add message about re-enabling kernel logs This is not needed, but better mirrors the other call. Signed-off-by: Samuel Dionne-Riel Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6335 --- main/postmarketos-mkinitfs-hook-ci/05-ci.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/postmarketos-mkinitfs-hook-ci/05-ci.sh b/main/postmarketos-mkinitfs-hook-ci/05-ci.sh index 00812f63c..49ddf1548 100644 --- a/main/postmarketos-mkinitfs-hook-ci/05-ci.sh +++ b/main/postmarketos-mkinitfs-hook-ci/05-ci.sh @@ -22,6 +22,8 @@ for f in /usr/libexec/pmos-tests-initramfs/*; do fi done +# FIXME: probably should be the initial loglevel. +echo "==> re-enabling dmesg on console at loglevel 8" dmesg -n 8 if [ $DID_FAIL -ne 0 ]; then