It is hard to ensure that hardware support packages are pulled in universally when it's splintered across different variant profiles. To fix this and ensure Server benefits from this, unify everything into a common profile and make everything require it.
19 lines
604 B
XML
19 lines
604 B
XML
<image>
|
|
<profiles>
|
|
<profile name="DesktopCommon" description="Common desktop packages">
|
|
<requires profile="BaseCommon"/>
|
|
<requires profile="HardwareCommon"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="image" patternType="plusRecommended" profiles="DesktopCommon">
|
|
<namedCollection name="fonts"/>
|
|
<namedCollection name="multimedia"/>
|
|
<namedCollection name="networkmanager-submodules"/>
|
|
<namedCollection name="printing"/>
|
|
<namedCollection name="guest-desktop-agents"/>
|
|
<package name="mediawriter"/>
|
|
<ignore name="gfs2-utils"/>
|
|
<ignore name="reiserfs-utils"/>
|
|
</packages>
|
|
</image>
|