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-server
|
|
|
|
repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
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-server
|
|
|
|
#repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
2008-10-09 18:42:06 +00:00
|
|
|
|
2014-08-29 15:42:28 +00:00
|
|
|
%include fedora-workstation-packages.ks
|
|
|
|
|
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*
|
|
|
|
-astronomy-bookmarks
|
|
|
|
-generic*
|
|
|
|
|
2008-10-09 18:42:06 +00:00
|
|
|
# core
|
|
|
|
kernel*
|
2012-08-27 21:20:18 +00:00
|
|
|
|
2012-05-17 19:52:45 +00:00
|
|
|
# Things needed for installation
|
|
|
|
@anaconda-tools
|
2014-11-28 05:04:35 +00:00
|
|
|
-fedora-productimg-cloud
|
|
|
|
-fedora-productimg-server
|
2014-11-20 16:27:28 +00:00
|
|
|
fedora-productimg-workstation
|
2012-08-27 21:20:18 +00:00
|
|
|
|
2008-10-09 18:42:06 +00:00
|
|
|
%end
|