This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
Matthew Miller 99c9224ef5 Use fstrim to zero out empty space rather than forcing it with dd
This didn't work with appliance-creator but _should_ for imagefactory. It's
a whole lot faster too.
2014-10-23 15:30:24 -04:00
custom from kparal: fix Test Day browser configuration 2014-09-15 09:08:54 -07:00
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks remove growroot in arm images to test 1109603 2014-07-16 10:28:48 +01:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks ARM minimal: ensure we get fedora-release 2014-10-17 17:24:28 +01:00
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-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-desktop-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07:00
fedora-docker-base.ks Revert "docker: Add fakesystemd to %packages to keep systemd out of base image" 2014-09-10 13:13:48 -05:00
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 Add the server environment to the fedora-install-server.ks 2014-09-04 10:49:47 -04:00
fedora-install-workstation.ks workstation: Use the package list from workstation-packages.ks for netinstall 2014-08-29 17:53:19 +02:00
fedora-kde-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07: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 add LuxRender and Yafaray plugiins for Blender 2014-10-13 23:43:26 -07:00
fedora-live-desktop.ks
fedora-live-jam_kde.ks rename kickstarts for new naming policy 2014-09-10 19:02:57 -05:00
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
fedora-live-mate_compiz.ks mate: sync master with f21 branch 2014-10-13 19:17:11 +02:00
fedora-live-minimization.ks Remove removal references to packages that no longer exist 2014-06-24 06:43:31 -05:00
fedora-live-workstation.ks workstation: Sync the list of favourite apps with upstream 2014-10-01 17:48:56 +02:00
fedora-livecd-desktop.ks java-1.7.0-openjdk is retired now. 2014-06-25 16:17:51 -06:00
fedora-livecd-kde.ks fedora-livecd-kde.ks: update size target in the header comment 2014-10-19 04:37:37 +02:00
fedora-livecd-lxde.ks
fedora-livecd-mate_compiz.ks mate: sync master with f21 branch 2014-10-13 19:17:11 +02:00
fedora-livecd-security.ks exclude openvas-client 2014-06-13 15:59:22 +02:00
fedora-livecd-soas.ks SOAS: update from gconf to gsettings 2014-10-17 17:33:09 +01:00
fedora-livecd-xfce.ks
fedora-livedvd-electronic_lab.ks rename kickstarts for new naming policy 2014-09-10 19:02:57 -05:00
fedora-livedvd-games.ks Remove supertuxcart to get under size again 2014-10-11 01:06:06 -05:00
fedora-livedvd-robotics.ks Remove removal references to packages that no longer exist 2014-06-24 06:43:31 -05:00
fedora-livedvd-scientific_kde.ks rename kickstarts for new naming policy 2014-09-10 19:02:57 -05:00
fedora-lxde-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07:00
fedora-mate-packages.ks mate: sync master with f21 branch 2014-10-13 19:17:11 +02:00
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07:00
fedora-virt-server.ks.in
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 xfce: fix typo 2014-10-13 19:11:43 +02:00
Makefile
README Add a make publish function 2013-06-29 13:53:08 -05:00

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