#391 Configure 32 bit arm images using appliance-creator for https://pagure.io/releng/issue/7074
Merged 6 years ago by ausil. Opened 6 years ago by rashmin.
rashmin/pungi-fedora master  into  master

file modified
+15
@@ -217,4 +217,19 @@ 

      })

  ]

  

+ live_target = 'f28'

+ live_images_no_rename = True

+ # fomat: [(variant_uid_regex, {arch|*: scm_dict})]

+ live_images = [

+   ('^Server$', {

+         'armhfp': {

+                 'kickstart': 'fedora-arm-server.ks',

+                 'name': 'Fedora-Modular-Server-armhfp',

+                 'type': 'appliance',

+                 'failable': True,

+                 }

+     }),

+ ]

+ 

+ 

  koji_profile = 'compose_koji'

we should call it Fedora-Modular-Server-armhfp

@ausil How does ks works in modular world?

@mohanboddu exactly the same as the non modular world

rebased onto 1a38291

6 years ago

@ausil , @mohanboddu , any other changes needed?, I've addressed @ausil 's comment.

Pull-Request has been merged by ausil

6 years ago
Metadata