#1245 Migrate the aarch64 minimal image to osbuild
Merged a year ago by jnsamyak. Opened a year ago by pbrobinson.
pbrobinson/pungi-fedora f40-minimal-osbuild  into  f40

file modified
+11 -13
@@ -386,19 +386,6 @@ 

          {

              'image-build': {

                      'format': [('raw-xz','raw.xz')],

-                     'name': 'Fedora-Minimal',

-                     'kickstart': 'fedora-disk-minimal.ks',

-                     'distro': 'Fedora-30',

-                     'disk_size': 6,

-                     'arches': ['aarch64'],

-                     'repo': 'Everything',

-                     'install_tree_from': 'Everything',

-                     'subvariant': 'Minimal',

-                      }

-         },

-         {

-             'image-build': {

-                     'format': [('raw-xz','raw.xz')],

                      'name': 'Fedora-KDE',

                      'kickstart': 'fedora-disk-kde.ks',

                      'distro': 'Fedora-30',
@@ -1058,6 +1045,17 @@ 

              'manifest_type': 'live-osbuild',

          }

      ]

+     '^Spins$': [

+         {

+             'name': 'Fedora-Minimal',

+             'distro': 'fedora-40',

+             'image_types': ['minimal-raw'],

+             'arches': ['aarch64'],

+             'repo': ['Everything'],

+             'manifest_type': 'raw-xz',

+             'subvariant': 'Minimal',

+         }

+     ]

  }

  

  koji_profile = 'compose_koji'

As part of the following change move the creation of the aarch64
minimal image to osbuild.

https://fedoraproject.org/wiki/Changes/ArmMinimalImageOSBuild

Fixes: #11985
Signed-off-by: Peter Robinson pbrobinson@gmail.com

oh, so we kinda forgot this in the kiwi excitement, but the counterpart to this was merged to Rawhide and seems to be working: we're getting the image and it is passing tests - see the results for Minimal-raw_xz-raw.xz . So we might want to merge this for F40, and update https://pagure.io/pungi-fedora/pull-request/1243# for it...

the osbuild-built image is somewhat smaller than the old one was, I'll try and get a package list comparison at some point so we can see if anything important is missing.

Merging this Pr, and have included relevant changes to include in beta config as well, so we can test those changes out: https://pagure.io/fork/jnsamyak/pungi-fedora/c/1224136af2d25fb97b6bf5a5787cd746240be9ed

Pull-Request has been merged by jnsamyak

a year ago
Metadata