From 089ae4f7e9df3ac8bea0c6d3573b7a0894ac1ce0 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 23 Apr 2025 11:12:43 -0400 Subject: [PATCH] standard/coreos-user-experience: include makedumpfile, kdump-utils The comment states that we want to support kdump so we need the makedumpfile and kdump-utils RPM for that. Note here that we specify paths rather than RPM names because downstream in EL9 those subpackages were still part of the kexec-tools package and not broken out yet. --- standard/coreos-user-experience.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/standard/coreos-user-experience.yaml b/standard/coreos-user-experience.yaml index 1098094..1ca6463 100644 --- a/standard/coreos-user-experience.yaml +++ b/standard/coreos-user-experience.yaml @@ -8,7 +8,14 @@ packages: - console-login-helper-messages-profile # kdump support # https://github.com/coreos/fedora-coreos-tracker/issues/622 + # The makedumpfile and kdump-utils RPMs were broken out in + # Fedora and EL10+. To be able to use the same package list + # Across EL9 + Fedora + EL10 let's just name paths for now. + # We can go back to just specifying the RPM names when we + # no longer support EL9. - kexec-tools + - /usr/share/makedumpfile # makedumpfile RPM + - /usr/bin/kdumpctl # kdump-utils RPM # Container tooling - toolbox # nvme-cli for managing nvme disks