From b69a769629fd5ddfc2d10bf1cf8bf2473d80e9b5 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 20 Nov 2014 11:27:28 -0500 Subject: [PATCH] Include banner images for Product installs --- fedora-install-cloud.ks | 1 + fedora-install-server.ks | 1 + fedora-install-workstation.ks | 1 + 3 files changed, 3 insertions(+) diff --git a/fedora-install-cloud.ks b/fedora-install-cloud.ks index 97dbb6c..0bb9fac 100644 --- a/fedora-install-cloud.ks +++ b/fedora-install-cloud.ks @@ -56,6 +56,7 @@ dracut-* # Things needed for installation @anaconda-tools +fedora-productimg-cloud # 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 b4cb593..5100e68 100644 --- a/fedora-install-server.ks +++ b/fedora-install-server.ks @@ -123,6 +123,7 @@ dracut-* # Things needed for installation @anaconda-tools +fedora-productimg-server # Langpacks autocorr-* diff --git a/fedora-install-workstation.ks b/fedora-install-workstation.ks index 0ac874a..2182e08 100644 --- a/fedora-install-workstation.ks +++ b/fedora-install-workstation.ks @@ -44,5 +44,6 @@ kernel* # Things needed for installation @anaconda-tools +fedora-productimg-workstation %end