mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-06 00:14:22 +00:00
Don't exclude xkeyboard-config from minimal images (#2175244)
See https://bugzilla.redhat.com/show_bug.cgi?id=2175244#c15 . We really need libxkbcommon for initial-setup to work properly, since an ordering change in systemd 253. This exclusion causes it to get dropped. libxkbcommon requires xkeyboard-config; since systemd only recommends libxkbcommon (rather than hard requiring it), the solver decides to honor the request to exclude xkeyboard-config by dropping both it and libxkbcommon. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
fae2f44160
commit
17178da61a
@ -4,7 +4,6 @@ microdnf
|
||||
-initial-setup-gui
|
||||
-generic-release*
|
||||
-glibc-all-langpacks
|
||||
-xkeyboard-config
|
||||
# recommended by iproute, we don't want it in minimal
|
||||
-iproute-tc
|
||||
# recommended by gnutls, we don't want it in minimal
|
||||
|
Loading…
Reference in New Issue
Block a user