Compare commits

...

2 Commits

Author SHA1 Message Date
Bruno Wolff III
843b6a344e desktop: Set default part size large enough for desktop spin to build
This probably wasn't tested before the release because we had stopped
building the desktop (which was replaced by the workstation).
Since the desktop kickstart files were still shipped in f21 (but not f22),
we should fix this.
2015-04-22 22:03:56 -05:00
raveit65
20c98db221 add libreoffice suite to mate, remove some drops 2015-02-25 19:57:00 +01:00
2 changed files with 10 additions and 44 deletions

View File

@@ -5,7 +5,7 @@
%include fedora-live-base.ks
%include fedora-desktop-packages.ks
part / --size 4096
part / --size 6144
%post
cat >> /etc/rc.d/init.d/livesys << EOF

View File

@@ -21,8 +21,14 @@ system-config-printer-applet
# audio player
audacious
# office
@libreoffice
# dsl tools
rp-pppoe
# First, no office
-planner
#-planner
# Drop things for size
-@3d-printing
@@ -39,43 +45,21 @@ audacious
-gnome-icon-theme-symbolic
-gnome-software
-gnome-themes
-gnome-themes-standard
-gnome-user-docs
-gstreamer1-plugins-good
-gstreamer1-plugins-bad-free
-gstreamer-plugins-good
-gstreamer-plugins-bad-free
-gstreamer-plugins-espeak
-@guest-desktop-agents
-@libreoffice
-@mate-applications
-mate-icon-theme-faenza
-NetworkManager-bluetooth
-samba-client
-ibus-chewing
-libical
-OpenEXR-libs
# Drop oversized fonts that aren't needed
-gnu-free-mono-fonts
-gnu-free-fonts-common
-gnu-free-serif-fonts
-gnu-free-sans-fonts
-stix-fonts
# Drop the Java plugin
-icedtea-web
-java-1.8.0-openjdk
# Drop things that pull in perl
-linux-atm
# Dictionaries are big
# we're going to try keeping hunspell-* after notting, davidz, and ajax voiced
# strong preference to giving it a go on #fedora-desktop.
# also see http://bugzilla.gnome.org/681084
-aspell-*
-man-pages*
-words
# Help and art can be big, too
-gnome-user-docs
@@ -84,24 +68,6 @@ audacious
-*backgrounds-extras
# Legacy cmdline things we don't want
-krb5-auth-dialog
-krb5-workstation
-pam_krb5
-minicom
-jwhois
-mtr
-pinfo
-rsh
-ypbind
-yp-tools
-ntsysv
# Drop some system-config things
-system-config-rootpassword
-system-config-services
-policycoreutils-gui
%end