Go to file
2016-10-16 16:49:13 +02:00
atomic-installer
custom
l10n
snippets Switch all the http repos to be https. Fixes bug 2016-10-09 11:14:51 -06:00
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-arm-base.ks Touch the machine-id file 2016-09-27 20:17:46 +01:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks move arm boot partition to ext3 2016-08-17 13:05:48 +01:00
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks Most of the new ARM X/Wayland accelerated drivers need some level of CMA allocation 2016-09-22 14:33:51 +01:00
fedora-arm-xbase.ks Most of the new ARM X/Wayland accelerated drivers need some level of CMA allocation 2016-09-22 14:33:51 +01:00
fedora-arm-xfce.ks
fedora-atomic-vagrant.ks
fedora-atomic.ks atomic: Add workaround for bash 2016-09-01 16:54:58 -04:00
fedora-cinnamon-packages.ks Cinnamon - correct gnome metadata for extra backgrounds and add basic backgrounds 2016-06-07 20:58:44 -04:00
fedora-cloud-atomic-pxetolive.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-cloud-base-arm.ks
fedora-cloud-base-ppc.ks cloud: ppc: add grub2 explicitly since now primary has explicitly removed it again 2016-05-17 12:03:47 +01:00
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks Touch the machine-id file 2016-09-27 20:17:46 +01:00
fedora-cloud-bigdata.ks drop rsyslog service from all cloud kickstarts 2016-08-24 11:11:01 -07:00
fedora-cloud-experimental.ks drop rsyslog service from all cloud kickstarts 2016-08-24 11:11:01 -07:00
fedora-docker-base-arm.ks
fedora-docker-base-ppc.ks
fedora-docker-base.ks Touch the machine-id file 2016-09-27 20:17:46 +01:00
fedora-kde-packages.ks
fedora-live-astronomy_kde.ks astronomy: enhanced Python 3 toolchain 2016-10-16 16:49:13 +02:00
fedora-live-base.ks Touch the machine-id file 2016-09-27 20:17:46 +01:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks design-suite: added extra gnome applications 2016-09-28 16:51:42 -07:00
fedora-live-games.ks We probably have room for freedroid again 2016-06-19 13:03:44 -05:00
fedora-live-jam_kde.ks jam: remove retired lv2-fil-plugins 2016-08-22 21:09:03 -07:00
fedora-live-kde-base.ks
fedora-live-kde.ks
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:39:23 -07:00
fedora-repo-not-rawhide.ks Switch all the http repos to be https. Fixes bug 2016-10-09 11:14:51 -06:00
fedora-repo-rawhide.ks add a default url line to the livecd kickstarts 2016-05-23 09:37:01 -05:00
fedora-repo.ks
fedora-soas-packages.ks
fedora-workstation-packages.ks
fedora-xfce-packages.ks
Makefile
README.md Update readme file and note bugzilla should be used for issues. 2016-05-30 14:19:28 -06:00

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