From 049b34dd39cc7c1f6502452ee5e076f021ab717e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 30 Jan 2018 22:40:28 +0100 Subject: Add Plymouth theme configuration. --- install-itzks-workstation | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-itzks-workstation b/install-itzks-workstation index ca0c9e2..d0329f2 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -163,6 +163,11 @@ read -p 'Wie lautet der Hostname (ohne Domain)? ' myhost hostnamectl set-hostname $myhost export HOSTNAME="$myhost" +# Configure Plymouth +apt-get install -y --force-yes plymouth-themes +plymouth-set-default-theme solar +update-initramfs -k all -u + # To be sure restart the following services invoke-rc.d rsyslog restart invoke-rc.d cron restart -- cgit v1.2.3