plymouth-openrc-plugin (and any other OpenRC plugins really) trigger a bug in OpenRC that only happens on musl-based systems, which can result in a hang if a service fails. A PR has been submitted to OpenRC to fix this bug. While the PR is waiting for review and merging, work around this by reverting to killing the splash from an OpenRC service to at least no longer trigger this bug. See pmaports#4536 for more context. Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8560>
3 lines
47 B
Bash
3 lines
47 B
Bash
#!/bin/sh
|
|
|
|
rc-update add kill-plymouth default
|