summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install-itzks-workstation5
1 files changed, 5 insertions, 0 deletions
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