config.sh: Do not enable Anaconda Initial Setup for COSMIC images

Anaconda Initial Setup is no longer used for Fedora COSMIC images.
This commit is contained in:
Neal Gompa
2025-09-30 09:10:44 -04:00
parent ca228d742a
commit 4a79767f05
+1 -1
View File
@@ -120,7 +120,7 @@ fi
#--------------------------------------
if [[ "$kiwi_profiles" == *"Disk"* ]]; then
if [[ "$kiwi_profiles" != *"GNOME"* ]]; then
if [[ "$kiwi_profiles" != *"GNOME"* ]] && [[ "$kiwi_profiles" != *"COSMIC"* ]]; then
## Enable initial-setup
systemctl enable initial-setup.service
## Enable reconfig mode