Skip to content

Commit

Permalink
manifests: add makedumpfile RPM on F41+
Browse files Browse the repository at this point in the history
This was made into a subpackage, but is required for kdump to work.
See coreos/fedora-coreos-tracker#1692
  • Loading branch information
dustymabe committed Mar 15, 2024
1 parent 9246e20 commit f7a8f38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ conditional-include:
- if: releasever == 39
# Checks for breaking changes that came with Podman v5.
include: podman-v5.yaml
- if: releasever >= 40
# Include makedumpfile subpackage from kexec-tools (new in F41+)
include: makedumpfile.yaml

ostree-layers:
- overlay/15fcos
Expand Down
4 changes: 4 additions & 0 deletions manifests/makedumpfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# makedumpfile is needed for kdump and was broken out to a subpackage
# in F41+. Drop this when we no longer support <F41.
packages:
- makedumpfile

0 comments on commit f7a8f38

Please sign in to comment.