From 2de6678600af170255ac3b632ae6703e8a9e6ae9 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Aug 27 2024 15:57:06 +0000 Subject: Drop 'type' setting from kiwibuild stanzas Pungi gets confused and propagates this value up to something which isn't aware of the kiwi image types. We can drop this for now because there are no profiles that have multiple types defined, but it is something that needs to be eventually fixed. Signed-off-by: Neal Gompa --- diff --git a/fedora.conf b/fedora.conf index ca18aa9..03e6773 100644 --- a/fedora.conf +++ b/fedora.conf @@ -459,7 +459,6 @@ kiwibuild = { 'arches': ['aarch64'], 'repos': ['Everything'], 'subvariant': 'MiracleWM', - 'type': 'oem', 'failable': ['*'], }, { @@ -467,7 +466,6 @@ kiwibuild = { 'arches': ['aarch64', 'x86_64'], 'repos': ['Everything'], 'subvariant': 'MiracleWM', - 'type': 'iso', 'type_attr': [ 'volid=%s-MirWM-Live-%s' % (release_short, global_version), 'application_id=%s-MiracleWM-Live-%s' % (release_short, global_version), @@ -479,7 +477,6 @@ kiwibuild = { 'arches': ['aarch64'], 'repos': ['Everything'], 'subvariant': 'KDE_Mobile', - 'type': 'oem', 'failable': ['*'], }, { @@ -487,7 +484,6 @@ kiwibuild = { 'arches': ['aarch64', 'x86_64'], 'repos': ['Everything'], 'subvariant': 'KDE_Mobile', - 'type': 'iso', 'type_attr': [ 'volid=%s-KDEM-Live-%s' % (release_short, KIWI_ISO_VOLID_VERSION), 'application_id=%s-KDE_Mobile-Live-%s' % (release_short, global_version),