From 4a79767f05b209f518b5478378adc71a1d60e59a Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 30 Sep 2025 09:10:44 -0400 Subject: config.sh: Do not enable Anaconda Initial Setup for COSMIC images Anaconda Initial Setup is no longer used for Fedora COSMIC images. --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 94b51e5..2df6abf 100755 --- a/config.sh +++ b/config.sh @@ -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 -- cgit v1.3.1+13