Created
July 6, 2015 09:29
-
-
Save becker990/dc2edf0ef1ff67f7a3af to your computer and use it in GitHub Desktop.
plymouth boot screen theme change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
yum install -y plymouth-theme-* | |
plymouth-set-default-theme solar | |
dracut --force | |
echo "The following are possible:" | |
plymouth-set-default-theme --list | |
echo "Now reboot and be amazed..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment