027bb08433
The default size is targeted for CDs and doesn't fit the added packages.
54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
# fedora-live-kde.ks
|
|
#
|
|
# Description:
|
|
# - Fedora Live Spin with the K Desktop Environment (KDE), 2 GiB version
|
|
# see fedora-livecd-kde.ks for the default CD-sized version
|
|
#
|
|
# Maintainer(s):
|
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
|
# - Fedora KDE SIG, http://fedoraproject.org/wiki/SIGs/KDE, kde@lists.fedoraproject.org
|
|
|
|
%include fedora-live-kde-base.ks
|
|
%include fedora-live-minimization.ks
|
|
|
|
# DVD payload
|
|
part / --size=8192
|
|
|
|
|
|
%packages
|
|
# ship KDE wallpapers instead of GNOME ones
|
|
-desktop-backgrounds-basic
|
|
kdebase-workspace-wallpapers
|
|
|
|
# Additional packages that are not default in kde-desktop but useful
|
|
k3b # ~15 megs
|
|
-koffice-suite # don't include whole koffice-suite, just parts of it
|
|
koffice-kword
|
|
koffice-kspread # ~1 megs
|
|
koffice-kpresenter # ~3 megs
|
|
koffice-filters
|
|
#kdeartwork # only include some parts of kdeartwork
|
|
#twinkle # (~10 megs)
|
|
fuse
|
|
liveusb-creator
|
|
#pavucontrol # pavucontrol has duplicate functionality with kmix
|
|
#kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
|
krusader # file manager, more power-user-oriented than Dolphin (~4 megs)
|
|
|
|
# KDE 4 translations
|
|
kde-l10n-*
|
|
|
|
# only include kdegames-minimal
|
|
-kdegames
|
|
kdegames-minimal
|
|
|
|
# use yum-presto by default
|
|
yum-presto
|
|
|
|
## avoid serious bugs by omitting broken stuff
|
|
|
|
%end
|
|
|
|
%post
|
|
%end
|