Go to file
Adam Williamson ebf2683744 specify libcrypt packages in fedora-arm-base for RHBZ #1324623
This seems to be enough to work around yum's issues in dealing
with the libcrypt/libcrypt-nss package split, at least it is
for me.
2016-08-15 13:58:01 -07:00
atomic-installer
custom
l10n
snippets packagekit-cached-metadata.ks: Adapt for livemedia-creator changes 2016-06-01 23:20:36 +02:00
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks specify libcrypt packages in fedora-arm-base for RHBZ #1324623 2016-08-15 13:58:01 -07:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks arm: minimal: add WiFi cli support 2016-05-12 16:33:27 +01:00
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-atomic-vagrant.ks
fedora-atomic.ks
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
fedora-cloud-base-arm.ks aarch64: fix cloud ks 2016-05-13 17:57:44 +01:00
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 fedora-cloud-base: Add which package back. 2016-05-20 11:02:44 -04:00
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-docker-base-arm.ks
fedora-docker-base-ppc.ks
fedora-docker-base.ks fix missing /run/lock in docker base image BZ#1343138 2016-07-22 15:26:49 -05:00
fedora-kde-packages.ks
fedora-live-astronomy_kde.ks astronomy: remove astronomy-bookmarks (outdated and affected by #1338010) 2016-05-27 09:56:40 +02:00
fedora-live-base.ks Make sure chronyd runs with the correct config 2016-06-18 08:14:35 -05:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks design-suite: fix typo on gimp-dds-plugin 2016-07-29 10:21:06 -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
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 Mate: add p7zip 2016-05-13 11:00:20 +02:00
fedora-repo-not-rawhide.ks add a default url line to the livecd kickstarts 2016-05-23 09:37:01 -05: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