This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
Adam Williamson 64ee9ee2d8 Bump to f26-backgrounds
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2017-03-26 21:24:59 -07:00
atomic-installer
custom
l10n
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
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
fedora-atomic.ks atomic: Append GROWPART to d-s-s config 2017-03-21 10:54:59 -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
fedora-cloud-base.ks Add bits required for aarch64 images 2017-03-03 17:48:29 +00:00
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
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
fedora-live-astronomy_kde.ks
fedora-live-base.ks
fedora-live-cinnamon.ks
fedora-live-design_suite.ks Bump to f26-backgrounds 2017-03-26 21:24:59 -07:00
fedora-live-games.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks
fedora-live-lxde.ks Rename *packages.ks to *common.ks as it's not just packages that should be shared in here but also common pre/post scriptlets that should be run on all images. Using common rather than packages better reflects what should go here. 2017-01-19 02:40:20 +00:00
fedora-live-lxqt.ks
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
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