Go to file
2017-03-30 03:24:02 +00: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 zero out resolv.conf during install 2017-03-28 16:20:25 -04:00
fedora-cinnamon-common.ks Bump to f26-backgrounds 2017-03-26 21:24:59 -07:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks Fix the vagrant and bigdata cloud images 2017-03-28 16:04:52 +01:00
fedora-cloud-base.ks zero out resolv.conf during install 2017-03-28 16:20:25 -04:00
fedora-cloud-bigdata.ks Fix the vagrant and bigdata cloud images 2017-03-28 16:04:52 +01:00
fedora-cloud-experimental.ks Fix the vagrant and bigdata cloud images 2017-03-28 16:04:52 +01:00
fedora-docker-base-minimal.ks Reduce some packages that aren't of much use in the containers 2017-03-24 18:19:28 +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 Reduce some packages that aren't of much use in the containers 2017-03-24 18:19:28 +00:00
fedora-kde-common.ks
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 Merge #182 design-suite: drop workaround packages 2017-03-30 03:24:02 +00:00
fedora-live-games.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks
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 Bump to f26-backgrounds 2017-03-26 21:24:59 -07: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: drop need for webkitgtk3, using webkitgtk4 dep directly in sugar-0.110.0-3 2017-03-27 14:21:29 +01: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