Merge branch 'dusty-systemd-pam' into 'main'

minimal: name systemd-pam in manifest lists

See merge request fedora/bootc/base-images!350
This commit is contained in:
Dusty Mabe 2026-01-23 16:40:55 +00:00
commit 869944e4b3

View file

@ -1,6 +1,9 @@
# The bootc components.
packages:
- systemd
# 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