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 -@lxde-desktop -@lxde-apps -@lxde-media -@lxde-office -@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 + +%packages +### LXDE desktop +@lxde-desktop +@lxde-apps +@lxde-media +@lxde-office +@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 +