Skip to content

Commit

Permalink
manifest: add kexec-tools for kdump
Browse files Browse the repository at this point in the history
This was discussed in:
coreos/fedora-coreos-tracker#622
  • Loading branch information
jlebon committed Oct 23, 2020
1 parent cb30080 commit 1c39f8c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions manifest-lock.x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@
"dracut-network": {
"evra": "050-61.git20200529.fc32.x86_64"
},
"dracut-squash": {
"evra": "050-61.git20200529.fc32.x86_64"
},
"e2fsprogs": {
"evra": "1.45.5-3.fc32.x86_64"
},
Expand All @@ -252,6 +255,9 @@
"elfutils-libs": {
"evra": "0.181-1.fc32.x86_64"
},
"ethtool": {
"evra": "2:5.9-1.fc32.x86_64"
},
"expat": {
"evra": "2.2.8-2.fc32.x86_64"
},
Expand Down Expand Up @@ -453,6 +459,9 @@
"kernel-modules": {
"evra": "5.8.15-201.fc32.x86_64"
},
"kexec-tools": {
"evra": "2.0.20-17.fc32.x86_64"
},
"keyutils": {
"evra": "1.6-4.fc32.x86_64"
},
Expand Down Expand Up @@ -1026,12 +1035,18 @@
"slirp4netns": {
"evra": "1.1.4-1.fc32.x86_64"
},
"snappy": {
"evra": "1.1.8-2.fc32.x86_64"
},
"socat": {
"evra": "1.7.3.4-2.fc32.x86_64"
},
"sqlite-libs": {
"evra": "3.33.0-2.fc32.x86_64"
},
"squashfs-tools": {
"evra": "4.3-25.fc32.x86_64"
},
"ssh-key-dir": {
"evra": "0.1.2-2.fc32.x86_64"
},
Expand Down
2 changes: 2 additions & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ packages:
# zram-generator (but not zram-generator-defaults) for F33 change
# https://github.com/coreos/fedora-coreos-tracker/issues/509
- zram-generator
# kdump (https://github.com/coreos/fedora-coreos-tracker/issues/622)
- kexec-tools

# This thing is crying out to be pulled into systemd, but that hasn't happened
# yet. Also we may want to add to rpm-ostree something like arch negation;
Expand Down

0 comments on commit 1c39f8c

Please sign in to comment.