From fba2b1583a6742a488824158a5a52eb9dd4f8293 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Wed, 31 Aug 2022 12:11:13 +0200 Subject: [PATCH] Add image build for Fedora Server KVM Signed-off-by: Tomas Hrcka --- fedora.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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': ['*'], + } + }, ], }