74 lines
1.3 KiB
Plaintext
74 lines
1.3 KiB
Plaintext
# Desktop with customizationst to fit in a CD sized image (package removals, etc.)
|
|
# Maintained by the Fedora Desktop SIG:
|
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
|
# mailto:fedora-desktop-list@fedoraproject.org
|
|
|
|
%include fedora-live-desktop.ks
|
|
%include fedora-live-minimization.ks
|
|
|
|
%packages
|
|
# First, no office
|
|
-openoffice.org-*
|
|
|
|
# Temporary list of things removed from comps but not synced yet
|
|
-specspo
|
|
-xsane
|
|
|
|
# Drop the Java plugin
|
|
-java-1.6.0-openjdk-plugin
|
|
-java-1.6.0-openjdk
|
|
|
|
# No printing
|
|
-foomatic-db-ppds
|
|
-foomatic
|
|
|
|
# Dictionaries are big
|
|
-aspell-*
|
|
-hunspell-*
|
|
-man-pages*
|
|
-words
|
|
|
|
# Help and art can be big, too
|
|
-gnome-user-docs
|
|
-evolution-help
|
|
-gnome-games-help
|
|
-desktop-backgrounds-basic
|
|
-constantine-backgrounds-extras
|
|
|
|
# Legacy cmdline things we don't want
|
|
-isdn4k-utils
|
|
-nss_db
|
|
-krb5-auth-dialog
|
|
-krb5-workstation
|
|
-pam_krb5
|
|
-quota
|
|
-nano
|
|
-minicom
|
|
-dos2unix
|
|
-finger
|
|
-ftp
|
|
-jwhois
|
|
-mtr
|
|
-pinfo
|
|
-rsh
|
|
-telnet
|
|
-unix2dos
|
|
-nfs-utils
|
|
-ypbind
|
|
-yp-tools
|
|
-rpcbind
|
|
|
|
# Drop some system-config things
|
|
-system-config-boot
|
|
-system-config-language
|
|
-system-config-network
|
|
-system-config-rootpassword
|
|
-system-config-services
|
|
-policycoreutils-gui
|
|
|
|
%end
|
|
|
|
%post
|
|
yum -C -y remove perl perl-libs perl-version perl-Crypt-PasswdMD5 perl-Pod-Escapes perl-Module-Pluggable perl-Digest-SHA1 perl-Pod-Simple syslinux
|
|
%end
|