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
32
fedora-cinnamon-common.ks
Normal file
32
fedora-cinnamon-common.ks
Normal file
@@ -0,0 +1,32 @@
|
||||
# fedora-cinnamon-common.ks
|
||||
#
|
||||
# Description:
|
||||
# - Fedora package set for the Cinnamon Desktop Environment
|
||||
#
|
||||
# Maintainer(s):
|
||||
# - Dan Book <grinnz@grinnz.com>
|
||||
|
||||
%packages
|
||||
|
||||
@networkmanager-submodules
|
||||
@cinnamon-desktop
|
||||
@libreoffice
|
||||
|
||||
# internet and multimedia
|
||||
pidgin
|
||||
hexchat
|
||||
transmission
|
||||
parole
|
||||
|
||||
# make sure we have a graphical installer
|
||||
yumex-dnf
|
||||
|
||||
# extra backgrounds
|
||||
desktop-backgrounds-basic
|
||||
f25-backgrounds-extras-gnome
|
||||
|
||||
# save some space
|
||||
-fedora-icon-theme
|
||||
-PackageKit* # we switched to yumex, so we don't need this
|
||||
|
||||
%end
|
||||
Reference in New Issue
Block a user