Go to file
2017-06-30 13:02:58 -07:00
atomic-installer
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-lxqt.ks lxqt: use new comps groups 2017-05-12 10:59:52 +02:00
fedora-arm-mate.ks
fedora-arm-minimal.ks minimal disk image is failing in rawhide currently needing and extra 27MiB 2017-05-26 16:53:02 -05:00
fedora-arm-python-classroom.ks
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks Increase size on Xfce arm image as it's running out of space currently. 2017-06-24 08:13:16 -06:00
fedora-atomic-vagrant.ks
fedora-atomic.ks atomic: enable gpg verification after install 2017-06-23 08:46:35 -04:00
fedora-cinnamon-common.ks master: add mp3 encoding plugins 2017-05-14 13:57:42 -04:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks atomic, cloud: remove rhgb by removing plymouth 2017-05-24 01:41:20 -04:00
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-disk-base.ks For RPi3 64 bit we need to put the 64bit config in place to boot 2017-04-30 10:12:46 +01:00
fedora-disk-minimal.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 09:59:28 +01:00
fedora-disk-server.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 09:59:28 +01:00
fedora-disk-workstation.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 09:59:28 +01:00
fedora-disk-xbase.ks
fedora-docker-base-minimal.ks
fedora-docker-base.ks docker-base: ignore return code of systemd-tmpfiles 2017-05-19 10:59:06 -04:00
fedora-docker-common.ks docker: add comment about partitioning for clarity 2017-05-19 13:00:30 -04:00
fedora-kde-common.ks Ditch all kdegames references (retired in Rawhide) 2017-04-18 11:37:23 -07:00
fedora-live-astronomy_kde.ks
fedora-live-base.ks Update inline comment to reflect the change from the fedora username to the liveuser username. 2017-06-19 22:06:44 -06:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks
fedora-live-games.ks Ditch all kdegames references (retired in Rawhide) 2017-04-18 11:37:23 -07:00
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks
fedora-live-lxde.ks
fedora-live-lxqt.ks lxqt: no updater applet in live environment 2017-05-12 11:00:54 +02:00
fedora-live-mate_compiz.ks MATE: mark installer launcher as executable on live image 2017-06-30 13:02:58 -07: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 lxqt: use new comps groups 2017-05-12 10:59:52 +02:00
fedora-mate-common.ks
fedora-minimal-common.ks
fedora-python-classroom-common.ks
fedora-python-classroom-gnome-common.ks
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks use mirrorlist url instead of metalink url 2017-05-13 20:28:51 -04:00
fedora-repo-rawhide.ks use mirrorlist url instead of metalink url 2017-05-13 20:28:51 -04:00
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