aboutsummaryrefslogtreecommitdiff
path: root/teams/server.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-02-20 13:46:02 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-02-20 14:15:26 -0500
commitada197be816585a10d11a895200d7684f1ca5450 (patch)
tree7fd80d96ad3116c2716e6bfa1e42961960406bd1 /teams/server.xml
parent2cb33874d1b568ea0ba102529af6da13d002dbe2 (diff)
downloadkiwi-descriptions-ada197be816585a10d11a895200d7684f1ca5450.tar.gz
kiwi-descriptions-ada197be816585a10d11a895200d7684f1ca5450.zip
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.
Diffstat (limited to 'teams/server.xml')
-rw-r--r--teams/server.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/teams/server.xml b/teams/server.xml
index 955d781..78ce59a 100644
--- a/teams/server.xml
+++ b/teams/server.xml
@@ -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"/>