main/postmarketos-initramfs: silence pbsplash (MR 4204)
This commit is contained in:
parent
5f820deefc
commit
73e05bf16d
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ show_splash() {
|
|||
# shellcheck disable=SC2154,SC2059
|
||||
/usr/bin/pbsplash -s /usr/share/pbsplash/pmos-logo-text.svg \
|
||||
-b "Linux $(uname -r) | $deviceinfo_codename" \
|
||||
-m "$(printf "$1")" &
|
||||
-m "$(printf "$1")" >/dev/null &
|
||||
}
|
||||
|
||||
hide_splash() {
|
||||
|
|
Loading…
Reference in a new issue