From 02a4aa98c55b26961ae1cfff488ef5eebc8235df Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Sep 25 2019 22:05:31 +0000 Subject: fix the ec2 source --- diff --git a/images.conf b/images.conf index ef3d151..0109695 100644 --- a/images.conf +++ b/images.conf @@ -95,12 +95,12 @@ image_build = { "name": "CentOS-8-ec2", "target": "image-centos-8", "version": "8.0.1905", - "ksurl": "git+https://git.centos.org/fork/davdunc/centos/kickstarts?#6f0660635fad0eb2e8d02219c56036d2035b24a3", - "kickstart": "CentOS-8-GenericCloud.ks", + "ksurl": "git+https://git.centos.org/forks/davdunc/centos/kickstarts.git?#6f0660635fad0eb2e8d02219c56036d2035b24a3", + "kickstart": "CentOS-8-EC2.ks", "ksversion": "F26", "distro": "Fedora-20", "disk-size": "10", - "arches": ["x86_64","ppc64le","aarch64"], + "arches": ["x86_64"], "repo": [ 'http://mirror.centos.org/centos/8.0.1905/BaseOS/$arch/kickstart', 'http://mirror.centos.org/centos/8.0.1905/AppStream/$arch/kickstart'],