From 5f89b6d6d225b3198708df97b0b2eb583a2e47db Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 28 Jan 2025 16:34:07 +0100 Subject: [PATCH] rhel10: add `@hardware-support` to installed anaconda packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the @hardware-support group to the anaconda installer packages. This was originally requested for bootc-image-builder in https://github.com/osbuild/bootc-image-builder/issues/807 and implemented in https://github.com/osbuild/bootc-image-builder/pull/808 But it seems a good idea to be consistent and add it here as well. Thanks to Tomáš Hozza. --- pkg/distro/rhel/rhel10/bare_metal.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/distro/rhel/rhel10/bare_metal.go b/pkg/distro/rhel/rhel10/bare_metal.go index dac600d31c..711992f5ff 100644 --- a/pkg/distro/rhel/rhel10/bare_metal.go +++ b/pkg/distro/rhel/rhel10/bare_metal.go @@ -190,6 +190,7 @@ func anacondaPackageSet(t *rhel.ImageType) rpmmd.PackageSet { ps = ps.Append(rpmmd.PackageSet{ Include: []string{ + "@hardware-support", "alsa-firmware", "alsa-tools-firmware", "anaconda",