Go to file
2019-03-21 09:52:53 +01: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 Remove iproute-tc exclusion from fedora-arm-base 2019-01-30 13:50:38 -05: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 Rename the container ks files 2019-01-03 15:53:35 +01: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
fedora-disk-minimal.ks
fedora-disk-server.ks Sync Fedora Server with comps 2019-03-04 21:06:25 +00:00
fedora-disk-workstation.ks
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
fedora-live-design_suite.ks
fedora-live-games.ks removed xmoto, warmux and freedroidrpg for size 2019-02-16 04:35:21 +00: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
fedora-live-python-classroom.ks
fedora-live-robotics.ks
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks
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
fedora-minimal-common.ks
fedora-modular-arm-server.ks
fedora-modular-disk-minimal.ks
fedora-python-classroom-common.ks
fedora-python-classroom-gnome-common.ks
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-scientific-common.ks
fedora-scientific-vagrant.ks
fedora-soas-common.ks
fedora-workstation-common.ks
fedora-xfce-common.ks
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