Go to file
Dennis Gilmore a769fe0a58 install new arm-tools group to pull in tools for booting arm systems.
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-30 10:10:29 -05:00
atomic-installer point at f24 repo 2016-03-13 21:17:56 -05:00
custom
l10n
snippets packagekit-cached-metadata.ks: Update Branched and Rawhide repo URLs 2016-05-03 15:16:50 +02:00
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks install new arm-tools group to pull in tools for booting arm systems. 2016-05-30 10:10:29 -05:00
fedora-arm-kde.ks make the arm KDE image 6.5G, needs more space 2016-03-14 20:34:33 -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:02 +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 update the atomic cloud images for f24 2016-04-12 10:07:32 -05:00
fedora-atomic.ks update the atomic cloud images for f24 2016-04-12 10:07:32 -05:00
fedora-cinnamon-packages.ks remove unneeded keyring package; add yumex-dnf and extra backgrounds 2016-05-13 22:05:23 -05:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-arm.ks aarch64: fix cloud ks 2016-05-13 17:57:18 +01:00
fedora-cloud-base-ppc.ks cloud: ppc: add grub2 explicitly since now primary has explicitly removed it again 2016-05-17 12:04:21 +01:00
fedora-cloud-base-vagrant.ks Revert "cloud-base-vagrant: Add sshfs to support vagrant-sshfs plugin" 2016-05-03 22:54:53 -07:00
fedora-cloud-base.ks fedora-cloud-base: Add which package back. 2016-05-20 10:53:04 -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:44:02 +01:00
fedora-docker-base-ppc.ks Docker: Base: add arm config, use includes for ppc config 2016-04-12 15:44:02 +01:00
fedora-docker-base.ks Docker: Base: add arm config, use includes for ppc config 2016-04-12 15:44:02 +01:00
fedora-kde-packages.ks kde-desktop: +qupzilla, use @firefox group 2016-03-08 07:08:14 -06:00
fedora-live-astronomy_kde.ks astronomy: remove astronomy-bookmarks (outdated and affected by #1338010) 2016-05-27 09:57:53 +02:00
fedora-live-base.ks Allow dracut-config-rescue to be installed so installed systems have a 2016-03-25 12:37:29 -06:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks design-suite: really enable gthumb 2016-05-04 19:39:43 -07:00
fedora-live-games.ks Games: I still need to get the i686 size down another 100 MB 2016-04-29 13:54:04 -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:53 -07:00
fedora-lxde-packages.ks
fedora-mate-packages.ks Mate: add p7zip 2016-05-13 11:01:12 +02:00
fedora-repo-not-rawhide.ks add a default url line to the livecd kickstarts 2016-05-23 09:36:29 -05:00
fedora-repo-rawhide.ks add a default url line to the livecd kickstarts 2016-05-23 09:36:29 -05:00
fedora-repo.ks
fedora-soas-packages.ks SoaS: we don't want the WebKit gtk2 plugin support 2016-04-10 22:41:43 +01:00
fedora-workstation-packages.ks Revert "Revert "add @gnome-desktop to fedora-workstation-packages"" 2016-03-12 10:27:35 -08:00
fedora-xfce-packages.ks Add admin-tools group in. Fixes bug #1330298 2016-04-26 15:06:58 -06:00
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