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