adds plymouth
This commit is contained in:
parent
219dd45a19
commit
0f36495ddd
1 changed files with 10 additions and 0 deletions
10
.config/yadm/bootstrap.v2/applications/20-Plymouth.sh
Executable file
10
.config/yadm/bootstrap.v2/applications/20-Plymouth.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue