Skip to content
Snippets Groups Projects
Unverified Commit 865653c9 authored by Casey's avatar Casey :recycle:
Browse files

postmarketos-initramfs: log splash messages


log splash messages with the new info log level. This can be useful when
working on headless devices.

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
Part-of: postmarketOS/pmaports!6172
parent 4d3958c4
No related branches found
No related tags found
No related merge requests found
......@@ -1158,6 +1158,7 @@ check_keys() {
# $1: Message to show
show_splash() {
info "SPLASH: $1"
if [ "$nosplash" = "y" ]; then
return
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment