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-07-11 01:59:46 +00:00
|
|
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
|
|
|
#repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch
|
2013-06-29 16:26:11 +00:00
|
|
|
|
|
|
|
# In non-master branches the fedora repo commands should be uncommented
|
2014-07-11 01:59:46 +00:00
|
|
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
|
|
|
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
|
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
|
|
|
|
|
|
|
# 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
|
|
|
|
-generic*
|
|
|
|
-GConf2-dbus*
|
|
|
|
-bluez-gnome
|
|
|
|
-community-mysql*
|
|
|
|
-jruby*
|
|
|
|
|
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
|
|
|
|
|
|
|
# Desktops
|
|
|
|
|
|
|
|
## common stuff
|
2012-09-06 19:42:01 +00:00
|
|
|
@base-x
|
2013-05-20 20:58:02 +00:00
|
|
|
@guest-desktop-agents
|
|
|
|
@guest-agents
|
2012-09-01 17:00:10 +00:00
|
|
|
@standard
|
2012-08-27 21:20:18 +00:00
|
|
|
@core
|
2009-04-14 21:21:51 +00:00
|
|
|
@dial-up
|
2012-08-27 21:20:18 +00:00
|
|
|
@fonts
|
|
|
|
@input-methods
|
|
|
|
@multimedia
|
|
|
|
@hardware-support
|
|
|
|
@printing
|
2013-06-17 21:30:11 +00:00
|
|
|
@admin-tools
|
2013-06-25 02:53:30 +00:00
|
|
|
@basic-desktop
|
2012-08-27 21:20:18 +00:00
|
|
|
|
2013-12-10 01:41:28 +00:00
|
|
|
|
2012-08-27 21:20:18 +00:00
|
|
|
@virtualization
|
|
|
|
@web-server
|
|
|
|
@mongodb
|
|
|
|
@perl-web
|
|
|
|
@php
|
2013-05-16 17:36:01 +00:00
|
|
|
@python-web
|
2012-08-27 21:20:18 +00:00
|
|
|
@rubyonrails
|
2008-10-09 18:42:06 +00:00
|
|
|
@mysql
|
|
|
|
@sql-server
|
2014-07-08 18:30:31 +00:00
|
|
|
@javaenterprise
|
2012-08-27 21:20:18 +00:00
|
|
|
|
2012-05-17 19:52:45 +00:00
|
|
|
# Things needed for installation
|
|
|
|
@anaconda-tools
|
2012-08-27 21:20:18 +00:00
|
|
|
|
2014-08-26 05:17:55 +00:00
|
|
|
# package cloud base image installs that probably should go in some comps group but what????
|
|
|
|
heat-cfntools
|
|
|
|
|
2012-04-17 15:10:57 +00:00
|
|
|
# Langpacks
|
|
|
|
autocorr-*
|
|
|
|
eclipse-nls-*
|
|
|
|
hunspell-*
|
|
|
|
hyphen-*
|
2012-08-27 21:20:18 +00:00
|
|
|
calligra-l10n-*
|
2012-04-17 15:10:57 +00:00
|
|
|
kde-l10n-*
|
|
|
|
libreoffice-langpack-*
|
|
|
|
man-pages-*
|
|
|
|
mythes-*
|
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
|