[Fedora-spins] [spin-kickstarts] explude the other productimg packages

Adam Williamson adamwill at fedoraproject.org
Sat Dec 13 00:10:41 UTC 2014


commit fbd0a17e7c82a8d1403158804718e78ce0783a48
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Nov 27 23:04:35 2014 -0600

    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(+), 0 deletions(-)
---
diff --git a/fedora-install-cloud.ks b/fedora-install-cloud.ks
index 34f2d2a..6a8da33 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 8b1b9e6..9848456 100644
--- a/fedora-install-server.ks
+++ b/fedora-install-server.ks
@@ -28,6 +28,10 @@ repo --name=rawhide-source  --mirrorlist=http://mirrors.fedoraproject.org/mirror
 # @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 52734ee..0c8ca76 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


More information about the spins mailing list