This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
2016-07-31 22:03:57 -07:00
atomic-installer
custom
l10n
snippets packagekit-cached-metadata.ks: Update Branched and Rawhide repo URLs 2016-05-03 15:18:40 +02:00
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks arm: add fedora-arm-installer 2016-05-17 13:50:51 +01: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 x should now just start so lets remove the xorg snippet 2014-06-20 08:51:14 -05:00
fedora-arm-xfce.ks
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 remove cloud from atomic kickstarts and point at new repo location 2016-04-11 14:09:19 -05:00
fedora-cinnamon-packages.ks remove unneeded keyring package; add yumex-dnf and extra backgrounds 2016-05-13 18:28:01 -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 cloud-base-vagrant: use extlinux to match cloud-base 2016-05-03 17:35:55 -05:00
fedora-cloud-base.ks Pulls in the systemd-udev subpackage 2016-04-13 15:24:01 +05:30
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
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 Docker: Base: add arm config, use includes for ppc config 2016-04-12 15:43:30 +01:00
fedora-kde-packages.ks
fedora-live-astronomy_kde.ks astronomy: removed skychart, do not ship two complete Python stacks => removed python 2 scientific stuff 2016-05-16 14:08:50 +02:00
fedora-live-base.ks Drop dracut-config-generic since we don't want the larger generic initramfses on all installed from live instances. 2016-04-29 15:32:42 -06:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks design-suite: temporarily disable some packages for testing purpose 2016-07-31 22:03:57 -07:00
fedora-live-games.ks Games: I still need to get the i686 size down another 100 MB 2016-04-29 13:50:38 -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 Update file header 2016-02-06 11:43:19 +01:00
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
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-packages.ks
fedora-workstation-packages.ks Revert "Revert "add @gnome-desktop to fedora-workstation-packages"" 2016-03-12 09:03:30 -08:00
fedora-xfce-packages.ks Add admin-tools group in. Fixes bug #1330298 2016-04-26 15:06:00 -06:00
Makefile
README add MAINTAINERS file to map owners to ks files and update README for pagure 2016-05-13 14:18:01 -06:00

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. 

Changes should be made to rawhide first, then 
cherry-picked back to any release branches that require 
it. 

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/spin-kickstarts.git spin-kickstarts
cd spin-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