mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-29 20:40:44 +00:00
minimal: Exclude all kernel-debug subpackages
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>
This commit is contained in:
parent
0f4e4ed3b8
commit
5eee92b4b2
2 changed files with 6 additions and 6 deletions
|
|
@ -8,9 +8,3 @@ packages:
|
|||
# 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
|
||||
|
|
|
|||
|
|
@ -4,3 +4,9 @@ packages:
|
|||
|
||||
exclude-packages:
|
||||
- kernel-debug
|
||||
- kernel-debug-core
|
||||
- kernel-debug-modules
|
||||
- kernel-debug-modules-core
|
||||
- kernel-debug-modules-extra
|
||||
- kernel-debug-uki-virt
|
||||
- kernel-debug-uki-virt-addons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue