#16 Trying to reduce minimal iso size and only having @core group from BaseOS
Merged 3 years ago by bstinson. Opened 3 years ago by arrfab.
centos/ arrfab/pungi-centos 8.2.2004_minimal  into  centos-8.2.2004

file modified
-4
@@ -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

Pull-Request has been merged by bstinson

3 years ago
Metadata