variants-fedora: remove productimg* packages from buildinstall

The productimg* stuff was moved into anaconda itself so we can
go without including these.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2018-02-15 21:31:21 -05:00
parent 4322a5c35d
commit 35f7de9362
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -127,9 +127,6 @@
<environments>
<environment display_order="10">workstation-product-environment</environment>
</environments>
<buildinstallpackages>
<package>fedora-productimg-workstation</package>
</buildinstallpackages>
</variant>
<variant id="WorkstationOstree" name="Workstation Ostree" type="variant" is_empty="true">
<arches>
@ -176,8 +173,5 @@
<environments>
<environment display_order="10">cloud-server-environment</environment>
</environments>
<buildinstallpackages>
<package>fedora-productimg-cloud</package>
</buildinstallpackages>
</variant>
</variants>