From 8be31e7521ffb54880c9820cf47c1c16987a624f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 22 Jan 2026 17:27:46 -0500 Subject: [PATCH] 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 --- minimal/bootc.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/minimal/bootc.yaml b/minimal/bootc.yaml index a2500ce..128afd3 100644 --- a/minimal/bootc.yaml +++ b/minimal/bootc.yaml @@ -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