KDE: Move the minimization to a separate kickstart file

Attempt to fix BZ#1506888
This commit is contained in:
Amit Saha 2018-01-17 08:21:31 +11:00
parent 14111b0eab
commit 0eb9b33076
4 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,4 @@
%packages
@firefox
@kde-apps
@ -54,13 +55,6 @@ wqy-microhei-fonts # a compact CJK font, to replace:
-paratype-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
#-stix-fonts # mathematical symbols
# remove input methods to free space
-@input-methods
-scim*
-m17n*
-ibus*
-iok
# admin-tools
-gnome-disk-utility
# kcm_clock still lacks some features, so keep system-config-date around

View File

@ -0,0 +1,10 @@
# remove input methods to free space
%packages
-@input-methods
-scim*
-m17n*
-ibus*
-iok
%end

View File

@ -9,6 +9,7 @@
%include fedora-live-kde-base.ks
%include fedora-live-minimization.ks
%include fedora-kde-minimization.ks
# DVD payload
part / --size=6144

View File

@ -8,7 +8,8 @@
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
# https://fedoraproject.org/wiki/User:Amitksaha
%include fedora-live-kde.ks
%include fedora-live-kde-base.ks
%include fedora-live-minimization.ks
# The recommended part size for DVDs is too close to use for the scientific spin
part / --size 14500