Add ostree-support group to cloud

Since we are currently building atomic host media every night using
the cloud variant then we need to add ostree-support group if we
want to pull in new ostree tools into the ISO installer images.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2017-08-04 14:31:37 -04:00
parent 48c80f4814
commit c02751a85f
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -164,6 +164,8 @@
<!-- Things needed for installation -->
<group default="true">anaconda-tools</group>
<group default="true">platform-vmware</group>
<!-- Things needed for Atomic Host -->
<group default="true">ostree-support</group>
</groups>
<environments>
<environment display_order="10">cloud-server-environment</environment>