move the xkeyboard-config exclude to the minimal ks

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson 2017-06-14 16:55:32 +01:00
parent caafaa6c03
commit 057e710338
3 changed files with 8 additions and 1 deletions

View File

@ -4,3 +4,7 @@
part /boot --size=512 --fstype ext4
part swap --size=256 --fstype swap
part / --size=1200 --fstype ext4
%packages
-xkeyboard-config
%end

View File

@ -50,7 +50,6 @@ initial-setup
-trousers-lib
-usb_modeswitch
-iproute-tc
-xkeyboard-config
-generic-release*
# make sure all the locales are available for inital0-setup and anaconda to work

View File

@ -4,3 +4,7 @@
services --enabled=sshd,NetworkManager,chronyd,initial-setup
autopart --type=plain
%packages
-xkeyboard-config
%end