diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-30 23:51:26 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-30 23:51:26 +0100 |
commit | 345634761239946118efe5d67ac5c5145fca50a5 (patch) | |
tree | 7d6b5ac241b76f676e1e5ec8fe1413b36353a199 | |
parent | 361a875e834f73b9b86d0d0b2a61267c8aff5787 (diff) | |
download | itzks-install-script-345634761239946118efe5d67ac5c5145fca50a5.tar.gz itzks-install-script-345634761239946118efe5d67ac5c5145fca50a5.tar.bz2 itzks-install-script-345634761239946118efe5d67ac5c5145fca50a5.zip |
move up misplaced plymouth theme configuration part
-rw-r--r-- | install-itzks-workstation | 12 |
1 files changed, 7 insertions, 5 deletions
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 |