#1264 [F40] Add Fedora Cloud UEFI-only image using Unified Kernel Images (UKIs)
Merged a month ago by kevin. Opened a month ago by ngompa.
ngompa/pungi-fedora f40-add-cloud-uki-image  into  f40

file modified
+9
@@ -420,6 +420,15 @@ 

          {

  	    'description_scm': 'git+https://pagure.io/fedora-kiwi-descriptions.git?#origin/f40',

  	    'description_path': 'Fedora.kiwi',

+ 	    'kiwi_profile': 'Cloud-Base-UEFI-UKI',

+ 	    'arches': ['aarch64', 'x86_64'],

+ 	    'repos': ['Everything'],

+ 	    'subvariant': 'Cloud_Base_UKI',

+ 	    'failable': ['*'],

+         },

+         {

+ 	    'description_scm': 'git+https://pagure.io/fedora-kiwi-descriptions.git?#origin/f40',

+ 	    'description_path': 'Fedora.kiwi',

  	    'kiwi_profile': 'Cloud-Base-Vagrant-libvirt',

  	    'arches': ['aarch64', 'x86_64'],

  	    'repos': ['Everything'],

file modified
+9
@@ -192,6 +192,15 @@ 

          {

  	    'description_scm': 'git+https://pagure.io/fedora-kiwi-descriptions.git?#origin/f40',

  	    'description_path': 'Fedora.kiwi',

+ 	    'kiwi_profile': 'Cloud-Base-UEFI-UKI',

+ 	    'arches': ['aarch64', 'x86_64'],

+ 	    'repos': ['Everything'],

+ 	    'subvariant': 'Cloud_Base_UKI',

+ 	    'failable': ['*'],

+         },

+         {

+ 	    'description_scm': 'git+https://pagure.io/fedora-kiwi-descriptions.git?#origin/f40',

+ 	    'description_path': 'Fedora.kiwi',

  	    'kiwi_profile': 'Cloud-Base-Vagrant-libvirt',

  	    'arches': ['aarch64', 'x86_64'],

  	    'repos': [

file modified
+9
@@ -418,6 +418,15 @@ 

          {

  	    'description_scm': 'git+https://pagure.io/fedora-kiwi-descriptions.git?#origin/f40',

  	    'description_path': 'Fedora.kiwi',

+ 	    'kiwi_profile': 'Cloud-Base-UEFI-UKI',

+ 	    'arches': ['aarch64', 'x86_64'],

+ 	    'repos': ['Everything'],

+ 	    'subvariant': 'Cloud_Base_UKI',

+ 	    'failable': ['*'],

+         },

+         {

+ 	    'description_scm': 'git+https://pagure.io/fedora-kiwi-descriptions.git?#origin/f40',

+ 	    'description_path': 'Fedora.kiwi',

  	    'kiwi_profile': 'Cloud-Base-Vagrant-libvirt',

  	    'arches': ['aarch64', 'x86_64'],

  	    'repos': ['Everything'],

rebased onto 86a1ad47f1b5042a24b4355ee983dee92afd4486

a month ago

rebased onto e264545c73a2882f58a2825736a09cd014c13867

a month ago

LGTM, maybe we should pull this in for 1.9...

+1 we can take this in and check :D

actually, wait. it might cause a metadata issue.

yeah, I think this would have the same subvariant, format and type as the Cloud-Base-Generic image, which is not allowed. we could change the subvariant to Cloud_Base_UKI or something, but it might be safer to play around with this in rawhide first than try and get it right first try for Beta.

rebased onto 9a2c600dfc9c6be94d96be91e206bb5774e23fc5

a month ago

I've changed the subvariant.

rebased onto 7e36af0

a month ago

ok, lets give it a try.

Pull-Request has been merged by kevin

a month ago