From 17178da61a5c4f6bf8480b5139e070138f635977 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 6 Mar 2023 16:51:59 -0800 Subject: [PATCH] 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 --- fedora-minimal-common.ks | 1 - 1 file changed, 1 deletion(-) diff --git a/fedora-minimal-common.ks b/fedora-minimal-common.ks index 97a89a7..b82c732 100644 --- a/fedora-minimal-common.ks +++ b/fedora-minimal-common.ks @@ -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