Go to file
2016-10-31 20:46:13 +01: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 manipulate network service in %post (#1369794) 2016-08-24 10:10:36 -07:00
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 remove cloud from atomic kickstarts and point at new repo location 2016-04-11 14:09:19 -05:00
fedora-atomic.ks revert network service change 2016-10-14 16:27:02 -07: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 10:10:36 -07:00
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 cloud: remove sshfs from vagrant image. 2016-09-21 14:06:45 -04:00
fedora-cloud-base.ks Switch cloud base back to extlinux from grub2. 2016-10-07 11:28:38 -06:00
fedora-cloud-bigdata.ks drop rsyslog service from all cloud kickstarts 2016-08-24 13:27:45 -06:00
fedora-cloud-experimental.ks drop rsyslog service from all cloud kickstarts 2016-08-24 13:27:45 -06:00
fedora-docker-base-arm.ks Docker: Base: add arm config, use includes for ppc config 2016-04-12 15:43:30 +01:00
fedora-docker-base-ppc.ks Docker: Base: add arm config, use includes for ppc config 2016-04-12 15:43:30 +01:00
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 design-suite: fix typo on gimp-dds-plugin 2016-08-22 20:46:51 -07:00
fedora-live-games.ks Temporarily remove maniadrive 2016-08-19 15:20:25 -05:00
fedora-live-jam_kde.ks jam: remove retired lv2-fil-plugins 2016-08-23 00:54:18 -05:00
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 Scientific: Comment out root for now 2016-08-25 13:45:33 +10:00
fedora-live-security.ks
fedora-live-soas.ks
fedora-live-workstation.ks Disable packagekit cached metadata generation to see if it's causing compose failures or if it's something else. 2016-09-20 14:36:55 -06:00
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 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 initial Fedora 25 branched setup 2016-07-26 06:51:27 +01:00
fedora-soas-packages.ks
fedora-workstation-packages.ks
fedora-xfce-packages.ks Add admin-tools group in. Fixes bug #1330298 2016-04-26 15:06:00 -06:00
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