1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-20 22:47:23 +00:00
fedora-kickstarts/fedora-disk-minimal.ks
Peter Robinson 057e710338 move the xkeyboard-config exclude to the minimal ks
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2017-06-14 16:55:32 +01:00

11 lines
182 B
Plaintext

%include fedora-disk-base.ks
%include fedora-minimal-common.ks
services --enabled=sshd,NetworkManager,chronyd,initial-setup
autopart --type=plain
%packages
-xkeyboard-config
%end