mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-14 04:44: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>
38 lines
725 B
Plaintext
38 lines
725 B
Plaintext
# fedora-livecd-i3.ks
|
|
#
|
|
# Description:
|
|
# - Fedora Live Spin with the tiling window manager i3wm
|
|
#
|
|
# Maintainer(s):
|
|
# - Nasir Hussain <nasirhm@fedoraproject.org>
|
|
# - Eduard Lucena <x3mboy@fedoraproject.org>
|
|
# - Justin W. Flory <jwf@fedoraproject.org>
|
|
# - Dan Cermak <defolos@fedoraproject.org>
|
|
|
|
|
|
%packages
|
|
@^i3-desktop-environment
|
|
feh
|
|
dex-autostart
|
|
thunar
|
|
|
|
|
|
# unlock default keyring. FIXME: Should probably be done in comps
|
|
gnome-keyring-pam
|
|
# Admin tools are handy to have
|
|
@admin-tools
|
|
wget2-wget
|
|
# Better more popular browser
|
|
system-config-printer
|
|
# Install XFCE polkit
|
|
xfce-polkit
|
|
|
|
# save some space
|
|
-autofs
|
|
-acpid
|
|
-gimp-help
|
|
-desktop-backgrounds-basic
|
|
-aspell-* # dictionaries are big
|
|
|
|
%end
|