From 0eb9b330764fb517a3e2f5647f003140911f8102 Mon Sep 17 00:00:00 2001 From: Amit Saha Date: Jan 16 2018 21:56:43 +0000 Subject: KDE: Move the minimization to a separate kickstart file Attempt to fix BZ#1506888 --- diff --git a/fedora-kde-common.ks b/fedora-kde-common.ks index 92a5c92..a7d010d 100644 --- a/fedora-kde-common.ks +++ b/fedora-kde-common.ks @@ -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 diff --git a/fedora-kde-minimization.ks b/fedora-kde-minimization.ks new file mode 100644 index 0000000..850ce6a --- /dev/null +++ b/fedora-kde-minimization.ks @@ -0,0 +1,10 @@ +# remove input methods to free space +%packages +-@input-methods +-scim* +-m17n* +-ibus* +-iok +%end + + diff --git a/fedora-live-kde.ks b/fedora-live-kde.ks index 6638c8b..ece43ef 100644 --- a/fedora-live-kde.ks +++ b/fedora-live-kde.ks @@ -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 diff --git a/fedora-live-scientific_kde.ks b/fedora-live-scientific_kde.ks index d12b90f..74ddba5 100644 --- a/fedora-live-scientific_kde.ks +++ b/fedora-live-scientific_kde.ks @@ -8,7 +8,8 @@ # Maintainer: Amit Saha # 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