From 5b77508a60f7e3d3299daa0bcee69e4bb60204ff Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 27 Nov 2014 23:04:35 -0600 Subject: [PATCH] explude the other productimg packages --- fedora-install-cloud.ks | 2 ++ fedora-install-server.ks | 4 ++++ fedora-install-workstation.ks | 2 ++ 3 files changed, 8 insertions(+) diff --git a/fedora-install-cloud.ks b/fedora-install-cloud.ks index ddddef3..9571182 100644 --- a/fedora-install-cloud.ks +++ b/fedora-install-cloud.ks @@ -57,6 +57,8 @@ dracut-* # Things needed for installation @anaconda-tools fedora-productimg-cloud +-fedora-productimg-server +-fedora-productimg-workstation # Packages to enable server images to run in cloud environments @cloud-server diff --git a/fedora-install-server.ks b/fedora-install-server.ks index 4897ac7..b859202 100644 --- a/fedora-install-server.ks +++ b/fedora-install-server.ks @@ -28,6 +28,10 @@ repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorl # @base got renamed to @standard, but @base is still included by default by pungi. %packages --default +-fedora-productimg-cloud +fedora-productimg-server +-fedora-productimg-workstation + # pungi is an inclusive depsolver so that multiple packages are brought # in to satisify dependencies and we don't always want that. So we use # an exclusion list to cut out things we don't want diff --git a/fedora-install-workstation.ks b/fedora-install-workstation.ks index f8cb8df..aa9a572 100644 --- a/fedora-install-workstation.ks +++ b/fedora-install-workstation.ks @@ -44,6 +44,8 @@ kernel* # Things needed for installation @anaconda-tools +-fedora-productimg-cloud +-fedora-productimg-server fedora-productimg-workstation %end