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:
Neal Gompa
2025-02-20 14:15:26 -05:00
parent 2cb33874d1
commit ada197be81
4 changed files with 9 additions and 2 deletions
+2
View File
@@ -8,6 +8,7 @@
<requires profile="ServerCore"/>
</profile>
<profile name="ServerDisk" description="Server Edition disk configuration">
<requires profile="HardwareCommon"/>
<requires profile="ServerCore"/>
</profile>
<profile name="Server-Guest-Generic" description="Generic Server Guest Image">
@@ -199,6 +200,7 @@
</packages>
<packages type="image" patternType="plusRecommended" profiles="Server-Host-Generic">
<namedCollection name="container-management"/>
<namedCollection name="server-hardware-support"/>
<package name="dracut-config-rescue"/>
<package name="kernel"/>
<package name="linux-firmware"/>