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
|
systemctl enable bluetooth
|
||||||
echo " Bluetooth enabled"
|
echo " Bluetooth enabled"
|
||||||
|
|
||||||
|
if [[ ${INSTALL_TYPE} == "FULL" ]]; then
|
||||||
|
|
||||||
if [[ "${FS}" == "luks" || "${FS}" == "btrfs" ]]; then
|
if [[ "${FS}" == "luks" || "${FS}" == "btrfs" ]]; then
|
||||||
echo -ne "
|
echo -ne "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
@ -120,7 +122,6 @@ 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
|
||||||
|
|
@ -139,6 +140,7 @@ if [[ ${INSTALL_TYPE} == "FULL" ]]; then
|
||||||
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
|
fi
|
||||||
|
|
||||||
echo -ne "
|
echo -ne "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue