Advertisement
metalx1000

Linux Boot Splash Screen with Plymouth

Mar 5th, 2021
1,574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. #Debian/Linux Boot Splash screens  
  2. #directory where themes are stored
  3. cd /usr/share/plymouth/themes/
  4.  
  5. #which theme is currently being used
  6. plymouth-set-default-theme
  7.  
  8. #list available themes
  9. plymouth-set-default-theme -l
  10.  
  11. #set new theme (this will repack initrd
  12. plymouth-set-default-theme -R MyTheme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement