split out the lxde packages
This commit is contained in:
parent
f8194b615c
commit
781dd88fbb
@ -8,57 +8,7 @@
|
|||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
%include fedora-lxde-packages.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
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# LXDE and LXDM configuration
|
# LXDE and LXDM configuration
|
||||||
|
59
fedora-lxde-packages.ks
Normal file
59
fedora-lxde-packages.ks
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
# fedora-livecd-lxde.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - Fedora Live Spin with the light-weight LXDE Desktop Environment
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Christoph Wickert <cwickert@fedoraproject.org>
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user