Advertisement
mrSnok

Установить тему при загрузке

Apr 19th, 2019
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. To install:
  2.  
  3. --Copy Peter-Rabbit folder to /usr/share/plymouth/themes
  4.  
  5. Type to terminal:
  6.  
  7. sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/Peter-Rabbit/Peter-Rabbit.plymouth 100
  8.  
  9. sudo update-alternatives --config default.plymouth
  10.  
  11. select the number corresponding to "Peter-Rabbit" then run
  12.  
  13. sudo update-initramfs -u
  14.  
  15.  
  16. To fix the delayed loading of the splash:
  17.  
  18. sudo -s
  19. echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash
  20. update-initramfs -u
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement