Go to file
2017-05-19 13:10:06 -04:00
atomic-installer
custom
l10n Cinnamon: Add German spin-variant 2017-04-04 10:31:30 +02:00
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks arm: drop dracut-config-rescue as the rescue images aren't overly useful on the disk images and cause other issues with extlinux 2017-04-12 11:17:07 +01:00
fedora-arm-kde.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:02 +00:00
fedora-arm-lxde.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:02 +00:00
fedora-arm-lxqt.ks lxqt: use new comps groups 2017-05-12 11:02:33 +02:00
fedora-arm-mate.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:02 +00:00
fedora-arm-minimal.ks Add minimal disk image for aarch64 2017-04-12 17:39:43 +01:00
fedora-arm-python-classroom.ks
fedora-arm-server.ks arm: minor package tweaks, drop Intel wireless FW, trousers, dial-up as not overly useful OOTB on ARM 2017-04-12 11:17:07 +01:00
fedora-arm-soas.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:02 +00:00
fedora-arm-workstation.ks
fedora-arm-xbase.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:02 +00:00
fedora-arm-xfce.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:02 +00:00
fedora-atomic-vagrant.ks
fedora-atomic.ks atomic: don't use cmdline for install mode 2017-05-08 11:38:45 -04:00
fedora-cinnamon-common.ks Cinnamon: Remove unneeded stuff 2017-05-06 18:24:57 +02:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks Fix the vagrant and bigdata cloud images 2017-03-28 15:59:17 +01:00
fedora-cloud-base.ks cloud: remove comments that don't apply 2017-05-19 13:06:50 -04:00
fedora-cloud-bigdata.ks Fix the vagrant and bigdata cloud images 2017-03-28 15:59:17 +01:00
fedora-cloud-experimental.ks Fix the vagrant and bigdata cloud images 2017-03-28 15:59:17 +01:00
fedora-disk-base.ks For RPi3 64 bit we need to put the 64bit config in place to boot 2017-04-30 10:39:22 +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 10:39:22 +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 10:39:22 +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 10:39:22 +01:00
fedora-disk-xbase.ks Add Workstation disk image for aarch64 2017-04-12 17:39:43 +01:00
fedora-docker-base-minimal.ks Reduce some packages that aren't of much use in the containers 2017-04-03 23:54:10 +01:00
fedora-docker-base.ks Add a docker common kickstart as a central bit for shared config. 2017-04-03 23:53:31 +01:00
fedora-docker-common.ks docker: add comment about partitioning for clarity 2017-05-19 13:10:06 -04: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:26:04 -07:00
fedora-live-games.ks
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:01:49 +02:00
fedora-live-mate_compiz.ks
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 disable caching repo metadata 2017-03-09 17:32:07 -06:00
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks lxqt: use new comps groups 2017-05-12 11:02:33 +02:00
fedora-mate-common.ks MATE: remove backgounds from spin, already in comps 2017-04-10 09:54:12 +02:00
fedora-minimal-common.ks Add minimal disk image for aarch64 2017-04-12 17:39:43 +01:00
fedora-python-classroom-common.ks Add @python-science to Python Classroom Lab 2017-04-18 13:23:55 -05:00
fedora-python-classroom-gnome-common.ks Fixing python-classroom for armhfp 2017-04-18 14:50:13 -04:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks use mirrorlist url instead of metalink url 2017-05-15 16:30:57 -04:00
fedora-repo-rawhide.ks use mirrorlist url instead of metalink url 2017-05-15 16:30:57 -04:00
fedora-repo.ks Branching f26 from rawhide 2017-02-28 09:15:31 -05:00
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