mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 13:30:45 +00:00
Something changed in depsolving recently in at least CentOS Stream 10 and we started getting `kernel-debug-modules` being pulled in. Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Colin Walters <walters@verbum.org>
10 lines
374 B
YAML
10 lines
374 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
|