mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-14 12:54:22 +00:00
268181498d
Per https://fedoraproject.org/wiki/Changes/Wget2asWget , wget has been retired from Rawhide and replaced by wget2-wget. I think kickstarts *do* resolve Provides so this probably works okay as-is, but it seems clearer to update the name. Signed-off-by: Adam Williamson <awilliam@redhat.com>
35 lines
640 B
Plaintext
35 lines
640 B
Plaintext
# fedora-livecd-xfce.ks
|
|
#
|
|
# Description:
|
|
# - Fedora Live Spin with the light-weight XFCE Desktop Environment
|
|
#
|
|
# Maintainer(s):
|
|
# - Kevin Fenzi <kevin@tummy.com>
|
|
# - Adam Miller <maxamillion@fedoraproject.org>
|
|
# - Mukundan Ragavan <nonamedotc@fedoraproject.org>
|
|
|
|
%packages
|
|
|
|
fedora-release-xfce
|
|
# install env-group to resolve RhBug:1891500
|
|
@^xfce-desktop-environment
|
|
|
|
@xfce-apps
|
|
@xfce-extra-plugins
|
|
@xfce-media
|
|
@xfce-office
|
|
|
|
wget2-wget
|
|
system-config-printer
|
|
|
|
# save some space
|
|
-autofs
|
|
-acpid
|
|
-gimp-help
|
|
-desktop-backgrounds-basic
|
|
-aspell-* # dictionaries are big
|
|
-xfce4-sensors-plugin
|
|
-xfce4-eyes-plugin
|
|
|
|
%end
|