From bfa7d4e4f614a289ee04936371202cb66f11303d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 18 Oct 2014 15:30:49 +0200 Subject: [PATCH] live base: Install fedora-release-nonproduct for non-product lives Add fedora-release-nonproduct to fedora-live-base.ks to ensure it gets pulled in for all spins. In order to avoid it getting pulled in to the Workstation product that is also based on fedora-live-base.ks, explicitly exclude fedora-release-nonproduct in workstation kickstart file. https://bugzilla.redhat.com/show_bug.cgi?id=1154235 --- fedora-live-base.ks | 1 + fedora-workstation-packages.ks | 1 + 2 files changed, 2 insertions(+) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index a7d50a9..8c4899d 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -24,6 +24,7 @@ services --enabled=NetworkManager --disabled=network,sshd @guest-desktop-agents @standard @core +@fedora-release-nonproduct @fonts @input-methods @dial-up diff --git a/fedora-workstation-packages.ks b/fedora-workstation-packages.ks index fafac1d..ec46a1d 100644 --- a/fedora-workstation-packages.ks +++ b/fedora-workstation-packages.ks @@ -2,6 +2,7 @@ # Exclude unwanted groups that fedora-live-base.ks pulls in -@dial-up +-@fedora-release-nonproduct -@input-methods -@standard