Merge pull request #25 from CaptainFantasy/master

Plymouth fixes for Ubuntu 16.04+
This commit is contained in:
grassmunk 2017-12-01 15:40:19 -08:00 committed by GitHub
commit 36370cc0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 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,7 @@ 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 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