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:
parent
48c80f4814
commit
c02751a85f
@ -164,6 +164,8 @@
|
|||||||
<!-- Things needed for installation -->
|
<!-- Things needed for installation -->
|
||||||
<group default="true">anaconda-tools</group>
|
<group default="true">anaconda-tools</group>
|
||||||
<group default="true">platform-vmware</group>
|
<group default="true">platform-vmware</group>
|
||||||
|
<!-- Things needed for Atomic Host -->
|
||||||
|
<group default="true">ostree-support</group>
|
||||||
</groups>
|
</groups>
|
||||||
<environments>
|
<environments>
|
||||||
<environment display_order="10">cloud-server-environment</environment>
|
<environment display_order="10">cloud-server-environment</environment>
|
||||||
|
Loading…
Reference in New Issue
Block a user