Advertisement
pebriana

Installing Plymouth theme...

Jul 13th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Ubuntu 10.04/10.10/11.04/11.10
  2.  
  3. download themes here: http://dl.dropbox.com/u/32531779/Paw-OSX.tar.gz
  4. extract archives .. .
  5. open Terminal,..
  6.  
  7. echo "Installing Plymouth theme..."
  8. sudo cp -r plymouth/Paw-Ubuntu/ /lib/plymouth/themes/
  9. sudo cp -r plymouth/Paw-OSX/ /lib/plymouth/themes/
  10.  
  11.  
  12. # Plymouth theme
  13. echo "Setting up Plymouth theme..."
  14. sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Paw-Ubuntu/paw-ubuntu.plymouth 100
  15. sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Paw-OSX/paw-osx.plymouth 100
  16. # Paw-OSX as default
  17. sudo update-alternatives --set default.plymouth /lib/plymouth/themes/Paw-OSX/paw-osx.plymouth
  18. # Give user a choice
  19. sudo update-alternatives --config default.plymouth
  20. sudo update-initramfs -u
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement