[Fedora-spins] [spin-kickstarts] split out the lxde packages

Dennis Gilmore ausil at fedoraproject.org
Fri Jan 25 02:45:53 UTC 2013


commit 781dd88fbb01192fe87431d186eec8d744252720
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Jan 24 20:42:55 2013 -0600

    split out the lxde packages

 fedora-livecd-lxde.ks   |   52 +----------------------------------------
 fedora-lxde-packages.ks |   59 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+), 51 deletions(-)
---
diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks
index b405942..32b2943 100644
--- a/fedora-livecd-lxde.ks
+++ b/fedora-livecd-lxde.ks
@@ -8,57 +8,7 @@
 
 %include fedora-live-base.ks
 %include fedora-live-minimization.ks
-
-%packages
-### LXDE desktop
- at lxde-desktop
- at lxde-apps
- at lxde-media
- at lxde-office
- at firefox
-
-# pam-fprint causes a segfault in LXDM when enabled
--fprintd-pam
-
-
-# LXDE has lxpolkit. Make sure no other authentication agents end up in the spin.
--polkit-gnome
--polkit-kde
-
-# make sure xfce4-notifyd is not pulled in
-notification-daemon
--xfce4-notifyd
-
-# make sure xfwm4 is not pulled in for firstboot
-# https://bugzilla.redhat.com/show_bug.cgi?id=643416
-metacity
-
-
-# dictionaries are big
--aspell-*
--hunspell-*
--man-pages-*
--words
-
-# save some space
--sendmail
-ssmtp
--acpid
-
-# drop some system-config things
--system-config-boot
-#-system-config-language
--system-config-lvm
--system-config-network
--system-config-rootpassword
-#-system-config-services
--policycoreutils-gui
--gnome-disk-utility
-
-# we need UPower for suspend and hibernate
-upower
-
-%end
+%include fedora-lxde-packages.ks
 
 %post
 # LXDE and LXDM configuration
diff --git a/fedora-lxde-packages.ks b/fedora-lxde-packages.ks
new file mode 100644
index 0000000..bc1b4d1
--- /dev/null
+++ b/fedora-lxde-packages.ks
@@ -0,0 +1,59 @@
+# fedora-livecd-lxde.ks
+#
+# Description:
+# - Fedora Live Spin with the light-weight LXDE Desktop Environment
+#
+# Maintainer(s):
+# - Christoph Wickert <cwickert at fedoraproject.org>
+
+%packages
+### LXDE desktop
+ at lxde-desktop
+ at lxde-apps
+ at lxde-media
+ at lxde-office
+ at firefox
+
+# pam-fprint causes a segfault in LXDM when enabled
+-fprintd-pam
+
+
+# LXDE has lxpolkit. Make sure no other authentication agents end up in the spin.
+-polkit-gnome
+-polkit-kde
+
+# make sure xfce4-notifyd is not pulled in
+notification-daemon
+-xfce4-notifyd
+
+# make sure xfwm4 is not pulled in for firstboot
+# https://bugzilla.redhat.com/show_bug.cgi?id=643416
+metacity
+
+
+# dictionaries are big
+-aspell-*
+-hunspell-*
+-man-pages-*
+-words
+
+# save some space
+-sendmail
+ssmtp
+-acpid
+
+# drop some system-config things
+-system-config-boot
+#-system-config-language
+-system-config-lvm
+-system-config-network
+-system-config-rootpassword
+#-system-config-services
+-policycoreutils-gui
+-gnome-disk-utility
+
+# we need UPower for suspend and hibernate
+upower
+
+%end
+


More information about the spins mailing list