From 142a6a59677733ef573b00a349567cb91f24c3c4 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Wed, 14 Aug 2019 13:17:53 -0400 Subject: [PATCH] Add AArch Xfce spin disk image Signed-off-by: Paul Whalen --- fedora.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/fedora.conf b/fedora.conf index 981ea7e..6631dd8 100644 --- a/fedora.conf +++ b/fedora.conf @@ -421,6 +421,20 @@ image_build = { 'failable': ['*'], } }, + { + 'image-build': { + 'format': [('raw-xz','raw.xz')], + 'name': 'Fedora-Xfce', + 'kickstart': 'fedora-disk-xfce.ks', + 'distro': 'Fedora-22', + 'disk_size': 7, + 'arches': ['aarch64'], + 'repo': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Xfce', + 'failable': ['*'], + } + }, ], '^Workstation$': [ {