Go to file
2016-10-31 20:46:13 +01:00
atomic-installer
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks revert ext3 /boot for arm images 2016-10-22 18:44:36 +01:00
fedora-arm-kde.ks fix graphical initial-setup on ARM images 2016-10-19 13:43:58 +01:00
fedora-arm-lxde.ks fix graphical initial-setup on ARM images 2016-10-19 13:43:58 +01:00
fedora-arm-mate.ks fix graphical initial-setup on ARM images 2016-10-19 13:43:58 +01:00
fedora-arm-minimal.ks revert ext3 /boot for arm images 2016-10-22 18:44:36 +01:00
fedora-arm-server.ks
fedora-arm-soas.ks fix graphical initial-setup on ARM images 2016-10-19 13:43:58 +01:00
fedora-arm-workstation.ks Most of the new ARM X/Wayland accelerated drivers need some level of CMA allocation 2016-09-22 14:41:53 +01:00
fedora-arm-xbase.ks fix graphical initial-setup on ARM images 2016-10-19 13:43:58 +01:00
fedora-arm-xfce.ks fix graphical initial-setup on ARM images 2016-10-19 13:43:58 +01:00
fedora-atomic-vagrant.ks
fedora-atomic.ks revert network service change 2016-10-14 16:27:02 -07:00
fedora-cinnamon-packages.ks
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-arm.ks
fedora-cloud-base-ppc.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks Switch cloud base back to extlinux from grub2. 2016-10-07 11:28:38 -06:00
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-docker-base-arm.ks
fedora-docker-base-ppc.ks
fedora-docker-base.ks Touch the machine-id file 2016-09-30 16:58:44 +01:00
fedora-kde-packages.ks
fedora-live-astronomy_kde.ks astronomy: added ginga FITS viewer and fitsio library 2016-10-28 10:40:56 +02:00
fedora-live-base.ks fedora-live-base: change static hostname to localhost-live 2016-10-31 19:03:51 +01:00
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: removed obsoleted liveusb-creator 2016-10-31 20:46:13 +01:00
fedora-live-lxde.ks
fedora-live-mate_compiz.ks
fedora-live-minimization.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-packages.ks
fedora-mate-packages.ks s/f24-backgrounds/f25-backgrounds/ 2016-10-03 14:40:27 -07:00
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-packages.ks
fedora-workstation-packages.ks
fedora-xfce-packages.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