12 lines
362 B
Markdown
12 lines
362 B
Markdown
|
```
|
||
|
$ apt search plymouth-theme
|
||
|
... find theme you need, e.g. kubuntu's one
|
||
|
|
||
|
$ sudo apt install plymouth-theme-kubuntu-logo
|
||
|
|
||
|
$ sudo update-alternatives --config default.plymouth
|
||
|
... choose needed one
|
||
|
```
|
||
|
|
||
|
[https://askubuntu.com/questions/2007/how-do-i-change-the-plymouth-bootscreen](https://askubuntu.com/questions/2007/how-do-i-change-the-plymouth-bootscreen)
|