diff options
Diffstat (limited to 'install-itzks-workstation')
-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 |