fedora-kickstarts/fedora-livecd-desktop.ks

108 lines
1.8 KiB
Plaintext
Raw Normal View History

2011-09-08 22:16:13 +00:00
# Desktop with customizations to fit in a CD (package removals, etc.)
# Maintained by the Fedora Desktop SIG:
# http://fedoraproject.org/wiki/SIGs/Desktop
# mailto:desktop@lists.fedoraproject.org
%include fedora-live-desktop.ks
%include fedora-live-minimization.ks
2008-04-13 15:24:59 +00:00
%packages
# reduce the office suite in size
2011-01-13 23:25:24 +00:00
-planner
-libreoffice-xsltfilter
-libreoffice-pyuno
-libreoffice-emailmerge
-libreoffice-math
# remove input method things we don't need
-ibus-typing-booster
-imsettings
-imsettings-gsettings
2008-04-13 15:24:59 +00:00
# Drop the Java plugin
-icedtea-web
2012-06-09 04:56:15 +00:00
-java-1.7.0-openjdk
-java-1.8.0-openjdk
# Drop things that pull in perl
-linux-atm
# No printing
-foomatic-db-ppds
-foomatic
2010-04-07 14:10:02 +00:00
# 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
2008-04-13 15:24:59 +00:00
-aspell-*
-man-pages*
2008-10-08 19:01:57 +00:00
-words
2008-04-13 15:24:59 +00:00
# Help and art and fonts can be big, too
2008-04-13 15:24:59 +00:00
-evolution-help
2009-08-03 04:32:02 +00:00
-desktop-backgrounds-basic
-*backgrounds-extras
-stix-fonts
# Legacy and cmdline things we don't want
2009-07-30 04:58:23 +00:00
-krb5-auth-dialog
-krb5-workstation
2009-08-03 04:32:02 +00:00
-pam_krb5
2009-08-02 05:49:15 +00:00
-quota
2009-08-03 04:32:02 +00:00
-nano
-minicom
-dos2unix
-finger
-ftp
-jwhois
-mtr
-pinfo
-rsh
-telnet
-nfs-utils
-ypbind
-yp-tools
-rpcbind
-acpid
2011-01-17 03:03:09 +00:00
-ntsysv
-rmt
-talk
-lftp
-tcpdump
-dump
2009-07-30 04:58:23 +00:00
2010-04-07 14:10:02 +00:00
# Drop some system-config things
-system-config-boot
-system-config-language
-system-config-rootpassword
-system-config-services
2009-07-21 05:09:35 +00:00
-policycoreutils-gui
2010-06-23 22:34:29 +00:00
# These things are cut purely for space reasons
-aisleriot
-brasero
-brasero-nautilus
-bijiben
-gnome-system-log
-deja-dup
-eog
-gnu-free-mono-fonts
-gnu-free-sans-fonts
-gnu-free-serif-fonts
-uboot-tools
-dtc
2013-06-25 16:50:24 +00:00
# Without gnu freefonts, the lack of Malayalam coverage is
# a problem in anaconda (#977764)
lohit-malayalam-fonts
2010-06-23 22:34:29 +00:00
%end
%post
# This is a huge file and things work ok without it
rm -f /usr/share/icons/HighContrast/icon-theme.cache
2008-04-13 15:24:59 +00:00
%end