From 49db7d687b515b2edbe7a27d4b6c7cbe55957f42 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Feb 2018 20:51:38 +0100 Subject: Plymouth: Only set solar theme, if not yet set. --- install-itzks-workstation | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index a60929a..3faee85 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -206,8 +206,10 @@ EOT # Configure Plymouth apt_install_if_not -y plymouth-themes -plymouth-set-default-theme solar -update-initramfs -k all -u +if ! grep -q Theme=solar /etc/plymouth/plymouthd.conf; then + plymouth-set-default-theme solar + update-initramfs -k all -u +fi #################### -- cgit v1.2.3