[Fedora-spins] [spin-kickstarts] split out desktop packages

Dennis Gilmore ausil at fedoraproject.org
Tue Jul 16 21:19:13 UTC 2013


commit c9f3aed3d6fa03ce55e61f232a13c85f7acdd207
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Jul 16 16:11:47 2013 -0500

    split out desktop packages

 fedora-gnome-packages.ks |   17 +++++++++++++++++
 fedora-live-desktop.ks   |   19 +------------------
 2 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/fedora-gnome-packages.ks b/fedora-gnome-packages.ks
new file mode 100644
index 0000000..4bb8721
--- /dev/null
+++ b/fedora-gnome-packages.ks
@@ -0,0 +1,17 @@
+%packages
+ at firefox
+ at gnome-desktop
+ at libreoffice
+
+# FIXME; apparently the glibc maintainers dislike this, but it got put into the
+# desktop image at some point.  We won't touch this one for now.
+nss-mdns
+
+# This one needs to be kicked out of @standard
+-smartmontools
+
+# We use gnome-control-center's printer and input sources panels instead
+-system-config-printer
+-im-chooser
+
+%end
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index 6bfd535..7838972 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -3,27 +3,10 @@
 # mailto:desktop at lists.fedoraproject.org
 
 %include fedora-live-base.ks
+%include fedora-gnome-packages.ks
 
 part / --size 4096
 
-%packages
- at firefox
- at gnome-desktop
- at libreoffice
-
-# FIXME; apparently the glibc maintainers dislike this, but it got put into the
-# desktop image at some point.  We won't touch this one for now.
-nss-mdns
-
-# This one needs to be kicked out of @standard
--smartmontools
-
-# We use gnome-control-center's printer and input sources panels instead
--system-config-printer
--im-chooser
-
-%end
-
 %post
 cat >> /etc/rc.d/init.d/livesys << EOF
 


More information about the spins mailing list