Comps commit b802fd1c8472bcf5eb2587cd9ba20fb301bbaa6e changed
workstation-product-environment to include the whole of @firefox group,
as opposed to just including the firefox package in the
workstation-product group. This commit syncs the change here too.
You can use environment groups in kickstarts with this @^ syntax.
So we don't need to duplicate the environment group here, just
use it. We also don't need to list the productimg package, as
it's in the @workstation-product group which the environment
pulls in.
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
Drop most package removals / additions from the kickstart file and rely
on the @workstation-product comps group pulling in the correct packages.
We'll need package selection done in comps in order to make Workstation
netinstall work properly.
https://bugzilla.redhat.com/show_bug.cgi?id=1134524
icedtea-web clutters the application view with two launchers for config
dialogs which are not really apps as we define the term.
It used to be excluded previously but accidentally slipped back in with
the live-desktop -> live-workstation kickstart renames; this commit
takes it out again.
https://bugzilla.redhat.com/show_bug.cgi?id=1131248