#1123 WIP: Add image build for Fedora Server KVM
Merged 2 years ago by kevin. Opened 2 years ago by humaton.
humaton/pungi-fedora rawhide_server_kvm  into  main

file modified
+14
@@ -602,6 +602,20 @@ 

                      'failable': ['*'],

                       }

          },

+         {

+             'image-build': {

+                     'format': [('qcow2','qcow2')],

+                     'name': 'Fedora-Server-KVM',

+                     'kickstart': 'fedora-server-vm-full.ks',

+                     'distro': 'Fedora-22',

+                     'disk_size': 7,

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

+                     'repo': 'Everything',

+                     'install_tree_from': 'Everything',

+                     'subvariant': 'Server_KVM',

+                     'failable': ['*'],

+                      }

+         },

          ],

  }

  

Pull-Request has been merged by kevin

2 years ago
Metadata