components, teams/server: Use a common profile for hardware support
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.
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
<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="hardware-support"/>
|
||||
<namedCollection name="printing"/>
|
||||
<namedCollection name="guest-desktop-agents"/>
|
||||
<package name="mediawriter"/>
|
||||
|
||||
Reference in New Issue
Block a user