base-images/minimal/bootc.yaml
Dusty Mabe 8be31e7521
minimal: name systemd-pam in manifest lists
systemd-pam was downgraded to a recommends in [1]. Let's name it
here to make sure it gets included in our images.

[1] https://src.fedoraproject.org/rpms/systemd/c/67538c79f250eecbd904aa87e72a44cb3b5ef6f4?branch=rawhide
2026-01-23 11:08:11 -05:00

16 lines
581 B
YAML

# The bootc components.
packages:
# systemd. Also name systemd-pam because it was dropped to a recommends
# but we still want it for handling user logins/sessions.
- systemd systemd-pam
# bootc itself.
- bootc
# Required by bootc install, sgdisk has been replaced by Rust crate
# in bootc https://github.com/containers/bootc/pull/775
- xfsprogs e2fsprogs dosfstools
exclude-packages:
# Exclude kernel-debug-core to make sure that it doesn't somehow get
# chosen as the package to satisfy the `kernel-core` dependency from
# the kernel package.
- kernel-debug-core