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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user