mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 15:54:20 +00:00
f6aa9a0c70
instead of listing individual packages
49 lines
1.2 KiB
Plaintext
49 lines
1.2 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 1.4 GiB 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
|
|
kde-wallpapers
|
|
|
|
# Additional packages that are not default in kde-desktop but useful
|
|
k3b # ~15 megs
|
|
#kdeartwork # only include some parts of kdeartwork
|
|
fuse
|
|
liveusb-creator
|
|
#pavucontrol # pavucontrol has duplicate functionality with kmix
|
|
krusader # file manager, more power-user-oriented than Dolphin (~4 megs)
|
|
|
|
# kdeedu apps
|
|
@kde-education
|
|
|
|
# Cantor backends
|
|
cantor-R # Cantor R backend, built against R-core at compile time
|
|
maxima # runtime dependency of the Cantor Maxima backend
|
|
octave # runtime dependency of the Cantor Octave backend
|
|
|
|
# KDE 4 translations
|
|
kde-l10n-*
|
|
calligra-l10n-*
|
|
|
|
## avoid serious bugs by omitting broken stuff
|
|
|
|
%end
|
|
|
|
%post
|
|
%end
|