mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-27 19:42:40 +00:00
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
16 lines
581 B
YAML
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
|