[Fedora-spins] [spin-kickstarts] Add the Robotics kickstart file.

Bruno Wolff III bruno at fedoraproject.org
Tue Oct 25 00:36:39 UTC 2011


commit e6f1d48ffa990b037b1dc5a13e5018bb8f6881ba
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Oct 24 19:34:48 2011 -0500

    Add the Robotics kickstart file.

 fedora-livedvd-robotics.ks |   88 ++++++++++++++++++++++++++++++++++++++++++++
 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 at lists.fedoraproject.org
+
+%include fedora-live-base.ks
+%include fedora-live-minimization.ks
+
+%packages
+# Start with GNOME
+ at gnome-desktop
+
+# Add robotics development
+ at robotics-suite
+-fawkes*
+player-devel
+stage-devel
+mrpt-devel
+
+# Remove gnome-y things
+- at graphical-internet
+- at games
+- at 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


More information about the spins mailing list