Update README.md
Clarify needed packages for some distros
This commit is contained in:
parent
5d8817458d
commit
00ec9c58af
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,10 @@ Otherwise, the password prompt to unlock a dm-crypt device won't show up.
|
||||||
|
|
||||||
+ follow the step below (I'm using **archlinux** here)-
|
+ follow the step below (I'm using **archlinux** here)-
|
||||||
```bash
|
```bash
|
||||||
# packages needed - plymouth, plymouth-x11, plymouth-plugin-script(fedora)
|
# packages needed:
|
||||||
|
archlinux: plymouth
|
||||||
|
debian: plymouth-x11
|
||||||
|
fedora: plymouth-plugin-script
|
||||||
|
|
||||||
# after downloading or cloning themes, copy the selected theme in plymouth theme dir
|
# after downloading or cloning themes, copy the selected theme in plymouth theme dir
|
||||||
sudo cp -r angular /usr/share/plymouth/themes/
|
sudo cp -r angular /usr/share/plymouth/themes/
|
||||||
|
|
Loading…
Reference in a new issue