| |
@@ -215,11 +215,7 @@
|
| |
<arch>ppc64le</arch>
|
| |
</arches>
|
| |
<groups>
|
| |
- <group default="true">guest-agents</group>
|
| |
- <group default="true">standard</group>
|
| |
- <group default="true">base</group>
|
| |
<group default="true">core</group>
|
| |
- <group default="true">server-product</group>
|
| |
</groups>
|
| |
<environments>
|
| |
<environment display_order="3">minimal-environment</environment>
|
| |
When playing "locally" with a reduced set of packages for minimal, I think that it's possible to trim the actual first Minimal iteration and just rely on @core group to be included.
Hopefully pungi is then modifying the comps.xml also to just present that group, something to test.
Signed-off-by: Fabian Arrotin arrfab@centos.org