diff options
author | Bill Nottingham <notting@redhat.com> | 2012-09-07 15:37:13 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-09-07 15:41:31 -0400 |
commit | ec245107800661d2ae82a49e3a66c1f3c7e240de (patch) | |
tree | ad163340930fc040c55e77caf00e93d95852d6da /fedora-live-kde-base.ks | |
parent | a04f6b714658151caa9e049e3ca63c4ac955ea52 (diff) | |
download | spin-kickstarts-ec245107800661d2ae82a49e3a66c1f3c7e240de.tar.gz spin-kickstarts-ec245107800661d2ae82a49e3a66c1f3c7e240de.tar.xz spin-kickstarts-ec245107800661d2ae82a49e3a66c1f3c7e240de.zip |
Change spins to use the new desktop env groups rather than big lists of packages.
Tested composes; package set roughly eqiuvalent.
Diffstat (limited to 'fedora-live-kde-base.ks')
-rw-r--r-- | fedora-live-kde-base.ks | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks index be93197..d8cc7ef 100644 --- a/fedora-live-kde-base.ks +++ b/fedora-live-kde-base.ks @@ -5,23 +5,18 @@ %include fedora-live-base.ks %packages +@kde-desktop +@kde-media +@kde-apps ### The KDE-Desktop -@kde-desktop - ### fixes # use system-config-printer-kde instead of system-config-printer -system-config-printer system-config-printer-kde -# make sure alsaunmute is there -alsa-utils - -# make sure gnome-packagekit doesn't end up the KDE live images --gnome-packagekit* - %end |