fedora-kickstarts/fedora-livecd-desktop.ks

66 lines
1.0 KiB
Plaintext
Raw Normal View History

# 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
2008-04-13 15:24:59 +00:00
%packages
# First, no office.
-openoffice.org-*
2008-04-13 15:24:59 +00:00
# Temporary list of things removed from comps but not synced yet
-specspo
-xsane
2008-04-13 15:24:59 +00:00
# dictionaries are big
-aspell-*
-hunspell-*
-man-pages*
2008-10-08 19:01:57 +00:00
-words
2008-04-13 15:24:59 +00:00
# save some space
-gnome-user-docs
-evolution-help
-gnome-games-help
2008-04-13 15:24:59 +00:00
-nss_db
2008-10-08 19:01:57 +00:00
-isdn4k-utils
2009-08-03 04:32:02 +00:00
-desktop-backgrounds-basic
-constantine-backgrounds-extras
2008-10-08 19:01:57 +00:00
2009-07-30 04:58:23 +00:00
# things we don't need here
2009-08-03 04:32:02 +00:00
-seahorse
-alacarte
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-07-30 04:58:23 +00:00
-acpid
2009-08-03 04:32:02 +00:00
-nano
-smartmontools
-minicom
-dos2unix
-finger
-ftp
-jwhois
-mtr
-pinfo
-rsh
-telnet
-unix2dos
-nfs-utils
-ypbind
-yp-tools
-rpcbind
2009-07-30 04:58:23 +00:00
# drop some system-config things
-system-config-boot
-system-config-language
-system-config-lvm
-system-config-network
-system-config-rootpassword
-system-config-services
2009-07-21 05:09:35 +00:00
-policycoreutils-gui
2008-04-13 15:24:59 +00:00
%end