fedora-kickstarts/fedora-livecd-mate_compiz.ks

128 lines
2.2 KiB
Plaintext
Raw Normal View History

2013-05-01 03:26:39 +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-mate_compiz.ks
2013-05-01 03:26:39 +00:00
%include fedora-live-minimization.ks
%packages
# First, no office
-planner
# Drop things for size
-@3d-printing
-brasero
-bluez
-bluez-cups
2014-10-24 15:12:40 +00:00
-caja-image-converter
-colord
-@dial-up
2014-10-24 15:12:40 +00:00
-espeak
-fedora-icon-theme
-GConf2
-gnome-bluetooth-libs
-gnome-icon-theme-symbolic
-gnome-software
2014-10-24 15:12:40 +00:00
-gnome-themes
-gnome-user-docs
2014-10-24 15:12:40 +00:00
-gstreamer1-plugins-good
-gstreamer1-plugins-bad-free
-gstreamer-plugins-good
-gstreamer-plugins-bad-free
-gstreamer-plugins-espeak
-@guest-desktop-agents
-@libreoffice
2014-10-24 15:12:40 +00:00
-lftp
-@mate-applications
-mate-icon-theme-faenza
-transmission-gtk
-samba-client
2014-10-24 15:12:40 +00:00
-ibus-chewing
2014-10-13 16:31:25 +00:00
-ibus-typing-booster
-ibus-kkc
2014-10-24 15:12:40 +00:00
-ImageMagick
-ImageMagick-libs
2014-10-13 16:31:25 +00:00
-libkkc
-libkkc-data #save 30MB
-skkdic # save 25MB
-ibus-libpinyin
-libpinyin
-libpinyin-data #save 31MB
2014-10-24 15:12:40 +00:00
-OpenEXR-libs
# Drop oversized fonts that aren't needed
2014-10-13 16:31:25 +00:00
-adobe-source-han-* # save 94MB
-naver-nanum-gothic-fonts # save 14MB
-stix-fonts
-vlgothic-fonts
-paratype-pt-sans-fonts
-jomolhari-fonts
-sil-abyssinica-fonts
2013-05-01 03:26:39 +00:00
# Drop the Java plugin
-icedtea-web
-java-1.8.0-openjdk
2013-05-01 03:26:39 +00:00
# Drop things that pull in perl
-linux-atm
# No printing
-foomatic-db-ppds
-foomatic
2014-10-13 16:31:25 +00:00
-gutenprint
-gutenprint-cups
-gutenprint-libs
2014-10-24 15:12:40 +00:00
-cups
-cups-filters
2013-05-01 03:26:39 +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
-aspell-*
-man-pages*
-words
# Help and art can be big, too
-gnome-user-docs
-evolution-help
-desktop-backgrounds-basic
-*backgrounds-extras
# Legacy cmdline things we don't want
-krb5-auth-dialog
-krb5-workstation
-pam_krb5
-quota
-nano
-minicom
-dos2unix
-finger
-ftp
-jwhois
-mtr
-pinfo
-rsh
-nfs-utils
-ypbind
-yp-tools
-rpcbind
-acpid
-ntsysv
# Drop some system-config things
-system-config-language
-system-config-printer
2013-05-01 03:26:39 +00:00
-system-config-rootpassword
-system-config-services
-policycoreutils-gui
%end
%post
# This is a huge file and things work ok without it
rm -f /usr/share/icons/HighContrast/icon-theme.cache
2013-05-01 03:26:39 +00:00
%end