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 <samuel@dionne-riel.com>
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6335
This commit is contained in:
Samuel Dionne-Riel 2025-03-14 22:46:57 -04:00 committed by Pablo Correa Gómez
parent c8b513cc6e
commit a3155b8985
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -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