From 345634761239946118efe5d67ac5c5145fca50a5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 30 Jan 2018 23:51:26 +0100 Subject: move up misplaced plymouth theme configuration part --- install-itzks-workstation | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index 017db41..b5f407d 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -167,6 +167,13 @@ EOT #################### +# Configure Plymouth +apt-get install -y --force-yes plymouth-themes +plymouth-set-default-theme solar +update-initramfs -k all -u + +#################### + # Install puppet-agent echo '! Puppet-Agent installieren' read -p 'Bevor der Puppet-Agent installiert werden kann, @@ -179,11 +186,6 @@ 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