summaryrefslogtreecommitdiffstats
path: root/fedora-livedvd-robotics.ks
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2011-10-24 19:34:48 -0500
committerBruno Wolff III <bruno@wolff.to>2011-10-24 19:34:48 -0500
commite6f1d48ffa990b037b1dc5a13e5018bb8f6881ba (patch)
tree7ca3cc8c5b95088d46cc99ea148299bb3980c93e /fedora-livedvd-robotics.ks
parente2991a461db2e066425207e8295515de3cf60b8f (diff)
downloadspin-kickstarts-e6f1d48ffa990b037b1dc5a13e5018bb8f6881ba.tar.gz
spin-kickstarts-e6f1d48ffa990b037b1dc5a13e5018bb8f6881ba.tar.xz
spin-kickstarts-e6f1d48ffa990b037b1dc5a13e5018bb8f6881ba.zip
Add the Robotics kickstart file.
Diffstat (limited to 'fedora-livedvd-robotics.ks')
-rw-r--r--fedora-livedvd-robotics.ks88
1 files changed, 88 insertions, 0 deletions
diff --git a/fedora-livedvd-robotics.ks b/fedora-livedvd-robotics.ks
new file mode 100644
index 0000000..6fce88c
--- /dev/null
+++ b/fedora-livedvd-robotics.ks
@@ -0,0 +1,88 @@
+# Maintained by the Fedora Robotics SIG:
+# http://fedoraproject.org/wiki/SIGs/Robotics
+# mailto:robotics@lists.fedoraproject.org
+
+%include fedora-live-base.ks
+%include fedora-live-minimization.ks
+
+%packages
+# Start with GNOME
+@gnome-desktop
+
+# Add robotics development
+@robotics-suite
+-fawkes*
+player-devel
+stage-devel
+mrpt-devel
+
+# Remove gnome-y things
+-@graphical-internet
+-@games
+-@sound-and-video
+
+firefox
+
+# No Office
+-libreoffice-*
+-planner
+
+# Drop the Java plugin
+-icedtea-web
+-java-1.6.0-openjdk
+
+# Drop things that pull in perl
+-linux-atm
+-perf
+
+# 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
+-*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
+-telnet
+-nfs-utils
+-ypbind
+-yp-tools
+-rpcbind
+-acpid
+-ntsysv
+
+# Drop some system-config things
+-system-config-boot
+-system-config-language
+-system-config-network
+-system-config-rootpassword
+-system-config-services
+-policycoreutils-gui
+
+%end
+
+%post
+%end