components: Introduce a BaseCommon profile

This is where the lowest level common denominator configuration
goes for most images go.
This commit is contained in:
Neal Gompa
2024-12-13 10:18:06 -05:00
parent ed9909ea20
commit 1f496fc743
6 changed files with 15 additions and 2 deletions
+3 -2
View File
@@ -1,6 +1,8 @@
<image>
<profiles>
<profile name="DesktopCommon" description="Common desktop packages"/>
<profile name="DesktopCommon" description="Common desktop packages">
<requires profile="BaseCommon"/>
</profile>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="DesktopCommon">
<namedCollection name="fonts"/>
@@ -9,7 +11,6 @@
<namedCollection name="hardware-support"/>
<namedCollection name="printing"/>
<namedCollection name="guest-desktop-agents"/>
<namedCollection name="standard"/>
<package name="mediawriter"/>
<ignore name="gfs2-utils"/>
<ignore name="reiserfs-utils"/>