mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-30 04:50:46 +00:00
11 lines
455 B
YAML
11 lines
455 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.
|
|
# dbus is required per https://bugzilla.redhat.com/show_bug.cgi?id=2507313
|
|
- systemd systemd-pam dbus
|
|
# 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
|