Only snapper config on full, as well.
This commit is contained in:
parent
9129d10631
commit
d9ef4c3226
|
|
@ -103,6 +103,8 @@ echo " NetworkManager enabled"
|
|||
systemctl enable bluetooth
|
||||
echo " Bluetooth enabled"
|
||||
|
||||
if [[ ${INSTALL_TYPE} == "FULL" ]]; then
|
||||
|
||||
if [[ "${FS}" == "luks" || "${FS}" == "btrfs" ]]; then
|
||||
echo -ne "
|
||||
-------------------------------------------------------------------------
|
||||
|
|
@ -120,7 +122,6 @@ cp -rfv ${SNAPPER_CONF_D} /etc/conf.d/
|
|||
|
||||
fi
|
||||
|
||||
if [[ ${INSTALL_TYPE} == "FULL" ]]; then
|
||||
echo -ne "
|
||||
-------------------------------------------------------------------------
|
||||
Enabling (and Theming) Plymouth Boot Splash
|
||||
|
|
@ -139,6 +140,7 @@ if [[ ${INSTALL_TYPE} == "FULL" ]]; then
|
|||
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