This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
2014-10-25 14:19:51 -05:00
custom Update remaining lives to use Workstation as base 2014-10-24 16:26:06 +02:00
l10n l10n: Adapt for Desktop -> Workstation rename 2014-10-24 16:24:29 +02:00
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cloud-atomic.ks Use fstrim to zero out empty space rather than forcing it with dd 2014-10-23 15:30:24 -04:00
fedora-cloud-base.ks Use fstrim to zero out empty space rather than forcing it with dd 2014-10-23 15:30:24 -04:00
fedora-cloud-bigdata.ks Use fstrim to zero out empty space rather than forcing it with dd 2014-10-23 15:30:24 -04:00
fedora-cloud-experimental.ks Use fstrim to zero out empty space rather than forcing it with dd 2014-10-23 15:30:24 -04:00
fedora-docker-base.ks
fedora-install-cloud.ks fix exclusion of generic packages to not also exclude generic-jms-ra 2014-09-11 15:12:10 -07:00
fedora-install-server.ks
fedora-install-workstation.ks
fedora-kde-packages.ks kde-livecd: rely on @kde-office, @kde-education groups 2014-10-25 14:19:51 -05:00
fedora-live-base.ks live base: Install fedora-release-nonproduct for non-product lives 2014-10-18 15:34:40 +02:00
fedora-live-design_suite.ks Update remaining lives to use Workstation as base 2014-10-24 16:26:06 +02:00
fedora-live-jam_kde.ks
fedora-live-kde-base.ks ...and fix SDDM one more time: correct name of Plasma session 2014-10-23 12:18:11 -07:00
fedora-live-kde.ks kde-live-kde: rely on @kde-office, @kde-education groups 2014-10-25 11:09:34 -05:00
fedora-live-mate_compiz.ks mate: sync master with f21 branch 2014-10-13 19:17:11 +02:00
fedora-live-minimization.ks
fedora-live-workstation.ks
fedora-livecd-kde.ks kde-livecd: rely on @kde-office, @kde-education groups 2014-10-25 14:19:51 -05:00
fedora-livecd-lxde.ks LXDE: Make autologin more robust 2013-08-13 00:53:17 +02:00
fedora-livecd-mate_compiz.ks
fedora-livecd-security.ks
fedora-livecd-soas.ks SOAS: update from gconf to gsettings 2014-10-17 17:33:09 +01:00
fedora-livecd-xfce.ks Set default web browser to midori 2013-05-17 20:10:07 -06:00
fedora-livedvd-electronic_lab.ks Update remaining lives to use Workstation as base 2014-10-24 16:26:06 +02:00
fedora-livedvd-games.ks
fedora-livedvd-robotics.ks
fedora-livedvd-scientific_kde.ks
fedora-lxde-packages.ks
fedora-mate-packages.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-packages.ks
fedora-virt-server.ks.in @base was renamed; adjust kickstarts. 2012-09-01 13:00:10 -04:00
fedora-workstation-packages.ks Revert "workstation: Pull in all of workstation-product-environment" 2014-10-18 23:04:07 +02:00
fedora-xfce-packages.ks
Makefile
README

The master branch is where development takes place:
 - it may contain kickstart files that are broken, or
 - spin concepts that are in the process of being
   approved by the Board (trademark approval), or
 - spin concepts that are in the process of being
   approved by the Spins SIG

The release specific branches contain spin concepts that:
 - are approved (both by Board and Spin SIG)
 - maintained for the remainder of the release cycle

git clone ssh://git.fedorahosted.org/git/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