Only install/theme plymouth on full install

This commit is contained in:
Austin Horstman 2022-02-28 23:33:10 -06:00
parent d7746ce0e1
commit 9129d10631
1 changed files with 19 additions and 17 deletions

View File

@ -120,6 +120,7 @@ cp -rfv ${SNAPPER_CONF_D} /etc/conf.d/
fi fi
if [[ ${INSTALL_TYPE} == "FULL" ]]; then
echo -ne " echo -ne "
------------------------------------------------------------------------- -------------------------------------------------------------------------
Enabling (and Theming) Plymouth Boot Splash Enabling (and Theming) Plymouth Boot Splash
@ -138,6 +139,7 @@ else
fi fi
plymouth-set-default-theme -R arch-glow # sets the theme and runs mkinitcpio plymouth-set-default-theme -R arch-glow # sets the theme and runs mkinitcpio
echo 'Plymouth theme installed' echo 'Plymouth theme installed'
fi
echo -ne " echo -ne "
------------------------------------------------------------------------- -------------------------------------------------------------------------