2023-09-15 17:30:16 -04:00
|
|
|
# The bootc components.
|
2023-09-15 14:52:53 -04:00
|
|
|
packages:
|
2026-01-22 17:27:46 -05:00
|
|
|
# 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.
|
2023-11-01 14:50:49 -04:00
|
|
|
- bootc
|
2024-09-12 13:14:07 +08:00
|
|
|
# Required by bootc install, sgdisk has been replaced by Rust crate
|
|
|
|
|
# in bootc https://github.com/containers/bootc/pull/775
|
|
|
|
|
- xfsprogs e2fsprogs dosfstools
|
2023-09-15 14:52:53 -04:00
|
|
|
|
|
|
|
|
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
|