#!/bin/bash # plymouth inkl. aller themes installieren: aptitude install plymouth plymouth-themes-all # solar schaut am coolsten aus: plymouth-set-default-theme -R solar # splash in der grub2 Konfiguration aktivieren, alte Einstellungen sichern: sed -i -e "/^GRUB_CMDLINE_LINUX_DEFAULT/{s|^|#Sicherung $(date -I):\n#|}" /etc/default/grub sed -i -e '7 iGRUB_CMDLINE_LINUX_DEFAULT="splash"' /etc/default/grub # grub2 Konfiguration schreiben: update-grub Just create a file and run for the solar Theme
illegalalien2 1 year ago
instructions..?
tommedcouk 1 year ago
That's cool, did you integrate it yourself?
I thought it wasn't included with the Debian version.
BopNiblets 1 year ago