#1165 azure: Generate UEFI-only images
Merged a year ago by kevin. Opened a year ago by mhayden.
mhayden/pungi-fedora add-azure-image  into  main

azure: Generate UEFI-only images
Major Hayden • a year ago  
file modified
+4 -1
@@ -316,7 +316,10 @@ 

                      'format': [('vhd','vhd')],

                      'name': 'Fedora-Cloud-Base-Azure',

                      'kickstart': 'fedora-cloud-base-azure.ks',

-                     'distro': 'Fedora-22',

+                     # Use `Fedora-30` profile here because we need it

+                     # to be a UEFI image and currently OZ does that if

+                     # we use the `Fedora-30` profile.

+                     'distro': 'Fedora-30',

                      'disk_size': 5,

                      'arches': ['x86_64'],

                      'repo': 'Everything',

As noted by Neal in the previous PR[0], we need UEFI-only images for
Azure. Switch to the Fedora-30 profile to align with the existing
UEFI-only image configuration for GCP images.

[0] https://pagure.io/pungi-fedora/pull-request/1161

Signed-off-by: Major Hayden major@redhat.com

Pull-Request has been merged by kevin

a year ago
Metadata