From 906de7f7722ea9346e8df13067b6468648c7c9eb Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Mon, 18 Dec 2023 08:45:32 -0800 Subject: [PATCH] Enable swap setup for GNOME and KDE images --- config.sh | 3 +++ 1 file changed, 3 insertions(+) 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