


Plymouth Themes by starlabs 5 comments
- Mar 26 2019

Plymouth Themes by starlabs 5 comments
- Mar 25 2019

Plymouth Themes by starlabs 5 comments
the second install method is incomplete and it just diverts to the next alternate splash. the following works
$ sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/starlabs-logo/starlabs-logo.plymouth 150 && sudo update-alternatives --set default.plymouth /usr/share/plymouth/themes/starlabs-logo/starlabs-logo.plymouth && sudo update-initramfs -u && sudo cp /etc/default/grub /etc/default/grub.backup && sudo sed -i -e 's/GRUB_TIMEOUT=10/GRUB_TIMEOUT=2/g' /etc/default/grub && sudo sed -i -e 's/GRUB_CMDLINE_LINUX=""/GRUB_CMDLINE_LINUX="quiet splash"/g' /etc/default/grub && sudo update-grub
- Mar 25 2019