Go to file
Dusty Mabe b529dcba60
fedora-cloud-base: Add which package back.
After removing grub2 the which package gets removed. Let's add it back
because it is generally useful and because it is needed for many vagrant
utilities to work.
2016-05-20 11:02:44 -04: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 make the arm KDE image 6.5G, needs more space 2016-03-14 20:36:02 -05:00
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 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 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 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 kde-desktop: +qupzilla, use @firefox group 2016-03-08 07:08:47 -06:00
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 Update fedora-live-design_suite.ks 2016-05-17 16:06:45 +00: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
fedora-live-soas.ks
fedora-live-workstation.ks
fedora-live-xfce.ks Switch default browser to firefox on Xfce 2016-03-10 13:18:20 -07:00
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 SoaS: we don't want the WebKit gtk2 plugin support 2016-04-10 22:41:16 +01:00
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