mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
Rename *packages.ks to *common.ks as it's not just packages that should be shared in here but also common pre/post scriptlets that should be run on all images. Using common rather than packages better reflects what should go here.
Signed-off-by: Peter Robinson <Peter Robinson pbrobinson@fedoraproject.org>
This commit is contained in:
committed by
Peter Robinson
parent
3a7e997dc6
commit
d533c7a2cc
63
fedora-lxde-common.ks
Normal file
63
fedora-lxde-common.ks
Normal file
@@ -0,0 +1,63 @@
|
||||
# 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
|
||||
@networkmanager-submodules
|
||||
|
||||
# FIXME: can be omitted once comps is updated
|
||||
midori
|
||||
|
||||
# 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
|
||||
#-man-pages-*
|
||||
#-words
|
||||
|
||||
# save some space
|
||||
-autofs
|
||||
-acpid
|
||||
-gimp-help
|
||||
-desktop-backgrounds-basic
|
||||
-PackageKit* # we switched to yumex, so we don't need this
|
||||
-foomatic-db-ppds
|
||||
-foomatic
|
||||
-stix-fonts
|
||||
-ibus-typing-booster
|
||||
-xscreensaver-extras
|
||||
#-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps
|
||||
|
||||
# drop some system-config things
|
||||
#-system-config-language
|
||||
-system-config-network
|
||||
-system-config-rootpassword
|
||||
#-system-config-services
|
||||
-policycoreutils-gui
|
||||
-gnome-disk-utility
|
||||
|
||||
%end
|
||||
|
||||
Reference in New Issue
Block a user