From 91fd15dc13b7b974a04141ac12304eda03da64bd Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Apr 18 2017 18:09:28 +0000 Subject: add initial support for aarch64 disk images for Minimal/Workstation/Server Signed-off-by: Peter Robinson --- diff --git a/fedora.conf b/fedora.conf index eab3696..b7002c9 100644 --- a/fedora.conf +++ b/fedora.conf @@ -406,6 +406,54 @@ image_build = { } }, ], + '^Spins': [ + { + 'image-build': { + 'format': [('raw-xz','raw.xz')], + 'name': 'Fedora-Minimal', + 'kickstart': 'fedora-disk-minimal.ks', + 'distro': 'Fedora-22', + 'disk_size': 5, + 'arches': ['aarch64'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Minimal', + 'failable': ['*'], + } + }, + ], + '^Workstation$': [ + { + 'image-build': { + 'format': [('raw-xz','raw.xz')], + 'name': 'Fedora-Workstation', + 'kickstart': 'fedora-disk-workstation.ks', + 'distro': 'Fedora-22', + 'disk_size': 7, + 'arches': ['aarch64'], + 'repo_from': 'Workstation', + 'install_tree_from': 'Workstation', + 'subvariant': 'Workstation', + 'failable': ['*'], + } + }, + ], + '^Server$': [ + { + 'image-build': { + 'format': [('raw-xz','raw.xz')], + 'name': 'Fedora-Server', + 'kickstart': 'fedora-disk-server.ks', + 'distro': 'Fedora-22', + 'disk_size': 7, + 'arches': ['aarch64'], + 'repo_from': 'Server', + 'install_tree_from': 'Server', + 'subvariant': 'Server', + 'failable': ['*'], + } + }, + ], } live_media = {