diff options
| author | 2025-09-30 09:10:44 -0400 | |
|---|---|---|
| committer | 2025-09-30 09:10:44 -0400 | |
| commit | 4a79767f05b209f518b5478378adc71a1d60e59a (patch) | |
| tree | 90654f349baa5c8482100dff3fd407591cd27c07 /config.sh | |
| parent | ca228d742a2671ccac6a4f655ea88eafc74f2da1 (diff) | |
| download | kiwi-descriptions-4a79767f05b209f518b5478378adc71a1d60e59a.tar.gz kiwi-descriptions-4a79767f05b209f518b5478378adc71a1d60e59a.zip | |
config.sh: Do not enable Anaconda Initial Setup for COSMIC images
Anaconda Initial Setup is no longer used for Fedora COSMIC images.
Diffstat (limited to 'config.sh')
| -rwxr-xr-x | config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |