1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at 55fa641e49

This commit is contained in:
CoreOS Bot
2025-06-23 19:45:32 +00:00
parent b724137691
commit 49ffae524e

View File

@@ -20,6 +20,17 @@ packages:
# 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
# passt provides user-mode networking daemons for namespaces
- passt
@@ -31,20 +42,3 @@ packages:
- which
# provides utilities for inspecting/setting devices connected to the PCI bus
- pciutils
conditional-include:
- if: basearch != "riscv64"
include:
packages:
# 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.
# TODO: Not built for riscv yet
# https://github.com/coreos/fedora-coreos-tracker/issues/1931
- kexec-tools
- /usr/share/makedumpfile # makedumpfile RPM
- /usr/bin/kdumpctl # kdump-utils RPM