diff --git a/config.sh b/config.sh index 230656d..201f0a1 100755 --- a/config.sh +++ b/config.sh @@ -77,6 +77,9 @@ elif [[ "$kiwi_profiles" != *"GNOME"* ]] && [[ "$kiwi_profiles" != *"KDE"* ]]; t touch /etc/reconfigSys fi +## Enable swap setup on firstboot +systemctl enable asahi-setup-swap-firstboot.service + ## Enable extras install on firstboot; this will only run if the extras are ## actually present (and self disable afterwards) systemctl enable asahi-extras-firstboot.service