Updated Plymouth to use new file paths

This commit is contained in:
CaptainFantasy 2017-11-30 23:50:37 -05:00
parent 7d2a9bb752
commit b7d084b3ac
2 changed files with 5 additions and 4 deletions

View File

@ -4,5 +4,5 @@ Description=Boot screen to simulate Windows 95 boot animation
ModuleName=script
[script]
ImageDir=/lib/plymouth/themes/Chicago95
ScriptFile=/lib/plymouth/themes/Chicago95/Chicago95.script
ImageDir=/usr/share/plymouth/themes/Chicago95
ScriptFile=/usr/share/plymouth/themes/Chicago95/Chicago95.script

View File

@ -6,7 +6,8 @@ It is meant to simulate the Windows 95 boot screen and shutdown screen.
to install (Ubuntu):
sudo cp -r Chicago95 /lib/plymouth/themes/
sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Chicago95/Chicago95.plymouth 100
sudo apt install plymouth-themes
sudo cp -r Chicago95 /usr/share/plymouth/themes/
sudo update-alternatives --install /usr/share//plymouth/themes/default.plymouth default.plymouth /usr/share//plymouth/themes/Chicago95/Chicago95.plymouth 100
sudo update-alternatives --config default.plymouth #here, choose the number of the theme you want to use then hit enter
sudo update-initramfs -u