Only install/theme plymouth on full install
This commit is contained in:
parent
d7746ce0e1
commit
9129d10631
|
|
@ -120,6 +120,7 @@ cp -rfv ${SNAPPER_CONF_D} /etc/conf.d/
|
|||
|
||||
fi
|
||||
|
||||
if [[ ${INSTALL_TYPE} == "FULL" ]]; then
|
||||
echo -ne "
|
||||
-------------------------------------------------------------------------
|
||||
Enabling (and Theming) Plymouth Boot Splash
|
||||
|
|
@ -138,6 +139,7 @@ else
|
|||
fi
|
||||
plymouth-set-default-theme -R arch-glow # sets the theme and runs mkinitcpio
|
||||
echo 'Plymouth theme installed'
|
||||
fi
|
||||
|
||||
echo -ne "
|
||||
-------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue