24 lines
890 B
YAML
24 lines
890 B
YAML
# This file was forked/copied from Fedora CoreOS. TODO: resync
|
|
# once we have a good generic mechanism for sharing.
|
|
packages:
|
|
# Additional file compression/decompression
|
|
- bzip2 zstd
|
|
# Improved MOTD experience
|
|
- console-login-helper-messages-issuegen
|
|
- 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
|
|
- nvme-cli
|
|
# Used by admins interactively
|
|
- lsof
|