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:
parent
c8b513cc6e
commit
a3155b8985
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue