2008-10-09 18:42:06 +00:00
|
|
|
# Kickstart file for composing the "Fedora" spin of Fedora (rawhide)
|
|
|
|
# Maintained by the Fedora Release Engineering team:
|
|
|
|
# https://fedoraproject.org/wiki/ReleaseEngineering
|
|
|
|
# mailto:rel-eng@lists.fedoraproject.org
|
|
|
|
|
|
|
|
# Use a part of 'iso' to define how large you want your isos.
|
|
|
|
# Only used when composing to more than one iso.
|
2008-11-06 02:52:22 +00:00
|
|
|
# Default is 695 (megs), CD size.
|
2008-10-09 18:42:06 +00:00
|
|
|
# Listed below is the size of a DVD if you wanted to split higher.
|
|
|
|
#part iso --size=4998
|
|
|
|
|
|
|
|
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
2010-10-19 20:59:50 +00:00
|
|
|
|
2013-06-29 16:26:11 +00:00
|
|
|
# Only uncomment repo commands in one of the two following sections.
|
|
|
|
# Because the install kickstart doesn't use the updates repo and does
|
|
|
|
# use the source repo, we can't just include fedora-repo.ks
|
|
|
|
|
|
|
|
# In the master branch the rawhide repo commands should be uncommented.
|
2014-11-24 13:46:53 +00:00
|
|
|
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
|
|
|
repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
2013-06-29 16:26:11 +00:00
|
|
|
|
|
|
|
# In non-master branches the fedora repo commands should be uncommented
|
2014-11-24 13:46:53 +00:00
|
|
|
#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
|
|
|
#repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
2008-10-09 18:42:06 +00:00
|
|
|
|
|
|
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
|
|
|
# (default groups for the configured repos are added by --default)
|
2013-07-06 03:31:41 +00:00
|
|
|
# @base got renamed to @standard, but @base is still included by default by pungi.
|
2014-05-10 04:54:15 +00:00
|
|
|
%packages --default
|
2013-06-29 16:15:20 +00:00
|
|
|
|
2014-11-28 05:04:35 +00:00
|
|
|
-fedora-productimg-cloud
|
|
|
|
fedora-productimg-server
|
|
|
|
-fedora-productimg-workstation
|
|
|
|
|
2013-06-29 16:15:20 +00:00
|
|
|
# pungi is an inclusive depsolver so that multiple packages are brought
|
|
|
|
# in to satisify dependencies and we don't always want that. So we use
|
|
|
|
# an exclusion list to cut out things we don't want
|
|
|
|
|
|
|
|
-kernel*debug*
|
|
|
|
-kernel-kdump*
|
|
|
|
-kernel-tools*
|
|
|
|
-syslog-ng*
|
|
|
|
-astronomy-bookmarks
|
2014-07-08 12:42:44 +00:00
|
|
|
-generic-logos*
|
|
|
|
-generic-release*
|
2013-06-29 16:15:20 +00:00
|
|
|
-GConf2-dbus*
|
|
|
|
-bluez-gnome
|
|
|
|
-community-mysql*
|
|
|
|
|
2008-10-09 18:42:06 +00:00
|
|
|
# core
|
|
|
|
kernel*
|
2009-11-06 18:59:12 +00:00
|
|
|
dracut-*
|
2012-08-27 21:20:18 +00:00
|
|
|
|
2014-07-10 18:29:04 +00:00
|
|
|
# No desktops
|
|
|
|
-cinnamon*
|
|
|
|
-enlightenment*
|
|
|
|
-gnome-shell
|
|
|
|
-gnome-session
|
|
|
|
-kde*
|
|
|
|
-lightdm-kde
|
|
|
|
-lightdm-razorqt
|
|
|
|
# Pulls in qt
|
|
|
|
-oprofile-gui
|
|
|
|
|
|
|
|
-@legacy-fonts
|
|
|
|
|
2014-09-03 20:44:29 +00:00
|
|
|
-@multimedia
|
2012-08-27 21:20:18 +00:00
|
|
|
|
|
|
|
## common stuff
|
2013-05-20 20:58:02 +00:00
|
|
|
@guest-agents
|
2012-09-01 17:00:10 +00:00
|
|
|
@standard
|
2012-08-27 21:20:18 +00:00
|
|
|
@core
|
2015-03-31 11:46:10 +00:00
|
|
|
@hardware-support
|
2015-08-10 18:23:37 +00:00
|
|
|
@networkmanager-submodules
|
2012-08-27 21:20:18 +00:00
|
|
|
|
2014-07-21 15:29:16 +00:00
|
|
|
# Fedora Server.
|
|
|
|
# Including this causes the fedora-release-server package to be included,
|
|
|
|
# which in turn enables server-product-environment, and due to to its priority
|
|
|
|
# this will be the default environment.
|
2014-09-04 14:49:47 +00:00
|
|
|
@^server-product-environment
|
2014-07-21 15:29:16 +00:00
|
|
|
@server-product
|
|
|
|
@headless-management
|
|
|
|
@container-management
|
2014-09-03 20:44:29 +00:00
|
|
|
@domain-client
|
2015-03-30 16:57:13 +00:00
|
|
|
@server-hardware-support
|
2014-07-21 15:29:16 +00:00
|
|
|
|
2014-07-08 10:17:24 +00:00
|
|
|
# Common server packages
|
|
|
|
@mysql
|
|
|
|
@sql-server
|
2012-08-27 21:20:18 +00:00
|
|
|
@web-server
|
2014-07-08 10:17:24 +00:00
|
|
|
|
|
|
|
# Web Server environment
|
|
|
|
@haproxy
|
2012-08-27 21:20:18 +00:00
|
|
|
@mongodb
|
|
|
|
@perl-web
|
2013-05-16 17:36:01 +00:00
|
|
|
@python-web
|
2014-07-08 10:17:24 +00:00
|
|
|
@php
|
2012-08-27 21:20:18 +00:00
|
|
|
@rubyonrails
|
2014-07-08 10:17:24 +00:00
|
|
|
@tomcat
|
|
|
|
|
|
|
|
# Infrastructure Server
|
2014-07-10 18:29:31 +00:00
|
|
|
@directory-server
|
2014-07-08 10:17:24 +00:00
|
|
|
@dogtag
|
|
|
|
@dns-server
|
|
|
|
@freeipa-server
|
|
|
|
@ftp-server
|
|
|
|
@mail-server
|
|
|
|
@network-server
|
2014-07-10 18:29:31 +00:00
|
|
|
@printing
|
2014-07-08 10:17:24 +00:00
|
|
|
@smb-server
|
2015-06-30 20:34:13 +00:00
|
|
|
@virtualization-headless
|
2014-07-08 10:17:24 +00:00
|
|
|
@load-balancer
|
|
|
|
@ha
|
2012-08-27 21:20:18 +00:00
|
|
|
|
2014-07-08 18:30:31 +00:00
|
|
|
@javaenterprise
|
2014-07-08 12:41:48 +00:00
|
|
|
|
2014-07-10 18:29:54 +00:00
|
|
|
# “uservisible” groups we want to offer
|
|
|
|
@editors
|
|
|
|
@network-server
|
|
|
|
@system-tools
|
|
|
|
@text-internet
|
|
|
|
|
2012-05-17 19:52:45 +00:00
|
|
|
# Things needed for installation
|
|
|
|
@anaconda-tools
|
2014-11-20 16:27:28 +00:00
|
|
|
fedora-productimg-server
|
2012-08-27 21:20:18 +00:00
|
|
|
|
2012-04-17 15:10:57 +00:00
|
|
|
# Langpacks
|
|
|
|
autocorr-*
|
|
|
|
hunspell-*
|
|
|
|
man-pages-*
|
2013-10-31 19:33:26 +00:00
|
|
|
-gimp-help-*
|
2012-08-27 21:20:18 +00:00
|
|
|
|
|
|
|
# Removals
|
2012-05-16 03:44:43 +00:00
|
|
|
-PackageKit-zif
|
|
|
|
-zif
|
2008-10-09 18:42:06 +00:00
|
|
|
%end
|