Go to file
2017-03-24 00:11:53 +01:00
atomic-installer
custom
l10n Fixed not deleting ibus packages 2017-02-27 07:50:48 +09:00
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks
fedora-arm-kde.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-lxde.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-lxqt.ks lxqt: trojita not available on non-x86 2017-02-27 16:13:13 +01:00
fedora-arm-mate.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-minimal.ks
fedora-arm-python-classroom.ks Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-arm-server.ks
fedora-arm-soas.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-workstation.ks
fedora-arm-xbase.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-xfce.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-atomic-vagrant.ks Revert "Revert "Merge branch 'master' into pull_request_workflow"" 2017-02-20 08:00:14 -06:00
fedora-atomic.ks atomic: Append GROWPART to d-s-s config 2017-03-21 10:54:59 -04:00
fedora-cinnamon-common.ks Cinnamon: Install dnfdragora-gui instead of single packages 2017-03-24 00:11:53 +01:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks cloud: remove sshfs from vagrant image. 2017-02-27 11:53:04 -05:00
fedora-cloud-base.ks Add bits required for aarch64 images 2017-03-03 17:48:29 +00:00
fedora-cloud-bigdata.ks all: Correct path to /var/lib/systemd/random-seed 2017-02-17 15:05:13 -05:00
fedora-cloud-experimental.ks all: Correct path to /var/lib/systemd/random-seed 2017-02-17 15:05:13 -05:00
fedora-docker-base-minimal.ks Add a docker common kickstart as a central bit for shared config. 2017-03-23 17:40:57 +00:00
fedora-docker-base.ks Add a docker common kickstart as a central bit for shared config. 2017-03-23 17:40:57 +00:00
fedora-docker-common.ks Add a docker common kickstart as a central bit for shared config. 2017-03-23 17:40:57 +00:00
fedora-kde-common.ks KDE: move package reduction from live to common as it should be the same on ARM/Live images 2017-01-19 02:50:08 +00:00
fedora-live-astronomy_kde.ks astronomy: sympy FTBFS fixed, package added again 2017-01-23 11:23:22 +01:00
fedora-live-base.ks
fedora-live-cinnamon.ks
fedora-live-design_suite.ks
fedora-live-games.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks KDE: move package reduction from live to common as it should be the same on ARM/Live images 2017-01-19 02:50:08 +00:00
fedora-live-lxde.ks
fedora-live-lxqt.ks lxqt: initial import 2017-02-14 15:18:12 +01:00
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-python-classroom.ks Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-live-robotics.ks
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks
fedora-live-workstation.ks disable caching repo metadata 2017-03-09 17:37:00 -06:00
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks lxqt: added storaged to fix #1429132 2017-03-06 21:57:17 +01:00
fedora-mate-common.ks f26 MATE: add mp3 decoder for gstreamer 2017-02-11 09:55:02 +01:00
fedora-python-classroom-common.ks Python Classroom: Add optional packages from the group 2017-03-03 16:20:09 +01:00
fedora-python-classroom-gnome-common.ks Python Classroom: Add optional packages from the group 2017-03-03 16:20:09 +01:00
fedora-python-classroom-vagrant.ks Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-common.ks SoaS: add missing end macro to common packages 2017-01-21 11:11:44 +00:00
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