fedora-kickstarts/fedora-budgie-common.ks

24 lines
379 B
Plaintext
Raw Permalink Normal View History

2022-12-11 16:23:15 +00:00
%packages
fedora-release-budgie
# Exclude unwanted groups that fedora-live-base.ks pulls in
-@dial-up
-@input-methods
-@standard
# Install budgie environment
@^budgie-desktop-environment
# recommended apps
@budgie-desktop-apps
@libreoffice
libreoffice-draw
libreoffice-math
thunderbird
2022-12-11 16:23:15 +00:00
# Exclude unwanted packages from @anaconda-tools group
-gfs2-utils
-reiserfs-utils
%end