fedora-kickstarts/fedora-livecd-desktop.ks

73 lines
1.2 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
2010-04-07 14:10:02 +00:00
# First, no office
-libreoffice-*
2011-01-13 23:25:24 +00:00
-planner
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
# 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
2010-04-07 14:10:02 +00:00
# Help and art can be big, too
2008-04-13 15:24:59 +00:00
-gnome-user-docs
-evolution-help
-gnome-games-help
2009-08-03 04:32:02 +00:00
-desktop-backgrounds-basic
-*backgrounds-extras
2010-04-07 14:10:02 +00:00
# Legacy 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
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
%end
%post
2008-04-13 15:24:59 +00:00
%end