mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-09-02 14:30:46 +00:00
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.
This commit is contained in:
parent
999702dd81
commit
089ae4f7e9
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue