fedora-kickstarts/fedora-livecd-desktop.ks

66 lines
1.0 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
# dictionaries are big
-aspell-*
-hunspell-*
-man-pages*
-words
# save some space
-gnome-user-docs
-evolution-help
-gnome-games-help
-nss_db
-isdn4k-utils
-desktop-backgrounds-basic
-constantine-backgrounds-extras
# things we don't need here
-seahorse
-alacarte
-krb5-auth-dialog
-krb5-workstation
-pam_krb5
-quota
-acpid
-nano
-smartmontools
-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-lvm
-system-config-network
-system-config-rootpassword
-system-config-services
-policycoreutils-gui
%end