diff --git a/fedora.conf b/fedora.conf index a41aa49..91b2faa 100644 --- a/fedora.conf +++ b/fedora.conf @@ -602,6 +602,20 @@ image_build = { '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': ['*'], + } + }, ], }