summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-30 22:40:28 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-30 22:40:28 +0100
commit049b34dd39cc7c1f6502452ee5e076f021ab717e (patch)
treebd2b06501347efff6377e13f352f5da8a85e8f1f /install-itzks-workstation
parent744c3bb27de368a82894c1b351ee2c9a2e7a5c34 (diff)
downloaditzks-install-script-049b34dd39cc7c1f6502452ee5e076f021ab717e.tar.gz
itzks-install-script-049b34dd39cc7c1f6502452ee5e076f021ab717e.tar.bz2
itzks-install-script-049b34dd39cc7c1f6502452ee5e076f021ab717e.zip
Add Plymouth theme configuration.
Diffstat (limited to 'install-itzks-workstation')
-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