See https://gitlab.com/redhat/centos-stream/containers/bootc/-/merge_requests/198 and https://issues.redhat.com/browse/RHELMISC-6651 etc.
12 lines
323 B
YAML
12 lines
323 B
YAML
# The bootc components.
|
|
packages:
|
|
- systemd
|
|
- bootc
|
|
# Required by bootc install
|
|
- 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
|