This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
2019-05-19 19:51:41 -05:00
custom
l10n l10n: Correct Xfce include for l10n files. Bug 1669894 2019-02-23 16:26:37 -08:00
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-arm-base.ks drop chkconfig from arm kickstart 2019-05-08 14:03:33 +01:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-lxqt.ks Extend arm lxqt disk image. 2019-01-25 13:09:48 -05:00
fedora-arm-mate.ks MATE-arm: increase part size 2019-03-21 09:52:53 +01:00
fedora-arm-minimal.ks Remove duplicate partitioning on arm base, minimal. 2019-01-25 12:46:43 -05:00
fedora-arm-python-classroom.ks
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks Add epiphany browser to arm disk images. 2019-03-19 13:16:01 -04:00
fedora-arm-xfce.ks
fedora-cinnamon-common.ks switch to f30 background extras 2019-03-04 13:05:45 -05:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks Use dnf instead of yum 2019-02-26 11:38:44 +01:00
fedora-cloud-bigdata.ks Use dnf instead of yum 2019-02-26 11:38:44 +01:00
fedora-cloud-experimental.ks Use dnf instead of yum 2019-02-26 11:38:44 +01:00
fedora-container-base-minimal.ks Rename the container ks files 2019-01-03 15:53:35 +01:00
fedora-container-base.ks Add sudo to the fedora container base image. 2019-05-05 14:16:11 +02:00
fedora-container-common.ks Use the fedora-release-container package to get the release version 2019-02-06 21:10:45 +00:00
fedora-disk-base.ks Move exclusions of trousers-lib and iproute-tc to minimal-common 2018-09-25 14:57:35 -07:00
fedora-disk-minimal.ks Add zram package and enable initial support 2018-07-19 11:54:38 +01:00
fedora-disk-server.ks Sync Fedora Server with comps 2019-03-04 21:06:25 +00:00
fedora-disk-workstation.ks Add zram package and enable initial support 2018-07-19 11:54:38 +01:00
fedora-disk-xbase.ks
fedora-iot.ks IoT: fix content URL harder 2019-02-07 13:43:54 +00:00
fedora-kde-common.ks
fedora-kde-minimization.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks Explicitly pull chkconfig into live images 2019-03-20 08:46:09 -07:00
fedora-live-cinnamon.ks Merge #465 Increase size of partition for building cinnamon-live 2018-11-13 16:45:06 +00:00
fedora-live-design_suite.ks Design Suite: temporarily remove conflicting applications 2018-10-24 00:01:08 -07:00
fedora-live-games.ks adding back: warmux xmoto supertuxkart neverball freedroidrpg 2019-05-19 19:51:41 -05:00
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks
fedora-live-lxde.ks
fedora-live-lxqt.ks
fedora-live-mate_compiz.ks Mate: increase disk_img size to fix f30 build issues 2018-11-25 12:06:45 +01:00
fedora-live-minimization.ks Update fedora-minimization.ks 2018-09-25 16:58:09 -07:00
fedora-live-python-classroom.ks Add more space for the Python Classroom lab 2019-04-09 20:18:44 +02:00
fedora-live-robotics.ks
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks fedora-soas: Include livecd-iso-to-disk in .iso filesystem. 2018-09-13 21:52:12 -04:00
fedora-live-workstation.ks
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks Change lxqt-l10n to group. 2019-02-18 15:24:44 +00:00
fedora-mate-common.ks MATE: drop colord exclusion (required by foomatic) 2018-09-25 16:34:39 -07:00
fedora-minimal-common.ks Move exclusions of trousers-lib and iproute-tc to minimal-common 2018-09-25 14:57:35 -07:00
fedora-modular-arm-server.ks
fedora-modular-disk-minimal.ks Update to deal with changes for Raspberry Pi firmware handling 2018-08-31 20:04:57 +01:00
fedora-python-classroom-common.ks Stop dragging Python 3.6 and 3.8 to Python Classroom 2019-03-27 00:23:39 +01:00
fedora-python-classroom-gnome-common.ks Remove Ninja IDE from Python Classroom Lab 2019-05-17 01:14:13 +02:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-scientific-common.ks Scientific: Remove python2 packages 2019-03-22 07:27:49 +11:00
fedora-scientific-vagrant.ks
fedora-soas-common.ks fedora-live-base,fedora-soas: livecd-iso-to-disk in .iso filesystem. 2018-10-31 22:14:54 -04:00
fedora-workstation-common.ks
fedora-xfce-common.ks This seems to now cause dep problems as it's required in the chain 2018-09-22 10:39:44 -07:00
Makefile
README.md

fedora-kickstarts

This project is used to manage the Fedora kickstart files used in composing Fedora release images.

The master branch is used by rawhide and each release branch is used by that release.

All changes should be made via the PR workflow.

This project is packaged in Fedora as the spin-kickstarts package allowing users to see and modify the kickstart files for their local needs.

To make a release

git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
cd fedora-kickstarts
# If you need a specific branch other than master:
git checkout BRANCHNAME
# No tag has been added yet tag HEAD with
git tag VERSION
git push --tags
make
# Publish the released tar ball
make publish
# Clean up the generated files:
make clean

bug reports

Bugs should be reported to the spin-kickstarts bugzilla component:

https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts