adds plymouth

This commit is contained in:
Michel Fedde 2025-05-10 14:18:05 +02:00
parent 219dd45a19
commit 0f36495ddd

View file

@ -0,0 +1,10 @@
#!/bin/env sh
addApplications plymouth plymouth-theme-colorful-loop-git
setupPlymouth() {
sudo plymouth-set-default-theme colorful_loop
sudo dracut --force --hostonly
}
addActions setupPlymouth