#325 KDE: Move the minimization to a separate kickstart file
Closed 7 years ago by amitksaha. Opened 7 years ago by amitksaha.

file modified
+1 -7
@@ -1,3 +1,4 @@

+ 

  %packages

  @firefox

  @kde-apps
@@ -54,13 +55,6 @@

  -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

@@ -0,0 +1,10 @@

+ # remove input methods to free space

+ %packages

+ -@input-methods

+ -scim*

+ -m17n*

+ -ibus*

+ -iok

+ %end

+ 

+ 

file modified
+1
@@ -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

Attempt to fix BZ#1506888

Pull-Request has been closed by amitksaha

7 years ago