Enable swap setup for GNOME and KDE images

This commit is contained in:
Davide Cavalca 2023-12-18 08:45:32 -08:00
parent ed3c8ba8c6
commit 906de7f772

View File

@ -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