This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
2015-03-31 07:46:10 -04:00
atomic-installer atomic-installer: Update scripts 2015-03-19 16:51:45 -04:00
custom
l10n
snippets
templates
tools
.gitignore
.sparkleshare + ‘.sparkleshare’ 2015-01-18 10:40:50 -05:00
AUTHORS add myself and modified design spin 2013-01-08 12:41:26 -08:00
COPYING
fedora-aos.ks
fedora-arm-base.ks clean up the text printed in teh arm disk logs 2015-01-27 14:24:34 -06:00
fedora-arm-kde.ks KDE: increase the size needed for the arm KDE disk image. as it needs 190Mb more at least 2015-02-09 03:51:57 -06:00
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks
fedora-arm-server.ks add arm server image 2015-02-25 19:17:08 -06:00
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cloud-atomic-pxetolive.ks atomic-pxetolive: Enable cloud-init 2015-03-01 13:45:26 -05:00
fedora-cloud-atomic-vagrant.ks atomic-vagrant: Mask cloud-init instead of using rm on /etc 2015-03-04 13:19:37 -05:00
fedora-cloud-atomic.ks cloud-atomic: Disable network.service 2015-03-19 21:04:19 -04:00
fedora-cloud-base-vagrant.ks add fedora-cloud-base-vagrant.ks based on fedora-cloud-atomic-vagrant 2015-03-18 15:40:52 -04:00
fedora-cloud-base.ks Adds DEVTIMEOUT option to /etc/sysconfig/network. #1204612 2015-03-26 15:12:56 +05:30
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-docker-base.ks Revert "we can not install dnf-yum until FESCo signs off on it being allowed" 2015-03-25 15:33:35 -04:00
fedora-install-cloud.ks explude the other productimg packages 2014-12-12 16:10:35 -08:00
fedora-install-server.ks Fedora Server: re-add @hardware-support 2015-03-31 07:46:10 -04:00
fedora-install-workstation.ks explude the other productimg packages 2014-12-12 16:10:35 -08:00
fedora-kde-packages.ks
fedora-live-base.ks Try this as a fix for ldconfig being so slow on boot on live media. bug 1195998 2015-03-06 13:17:41 -07:00
fedora-live-design_suite.ks design-suite: remove commented packages 2015-03-22 21:09:11 -07:00
fedora-live-jam_kde.ks jam: change kde config location 2015-03-19 05:36:26 +01:00
fedora-live-kde-base.ks kde: nuke nepomuk references 2015-03-11 12:57:06 -05: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: bump size for livecd creation to 6MB 2015-03-27 13:18:26 +01:00
fedora-live-minimization.ks
fedora-live-workstation.ks
fedora-livecd-kde.ks
fedora-livecd-lxde.ks
fedora-livecd-mate_compiz.ks Mate: add more packages 2015-03-08 15:15:50 +01:00
fedora-livecd-security.ks remove old packages 2015-02-20 14:44:56 +01:00
fedora-livecd-soas.ks
fedora-livecd-xfce.ks
fedora-livedvd-electronic_lab.ks
fedora-livedvd-games.ks Games: Add back boswars 2015-03-22 22:19:20 -05:00
fedora-livedvd-robotics.ks
fedora-livedvd-scientific_kde.ks
fedora-lxde-packages.ks
fedora-mate-packages.ks Mate: add more packages 2014-12-12 16:17:01 -08:00
fedora-repo-not-rawhide.ks fix double ? in fedora-repo files 2015-02-20 09:12:07 -08:00
fedora-repo-rawhide.ks fix double ? in fedora-repo files 2015-02-20 09:12:07 -08:00
fedora-repo.ks
fedora-soas-packages.ks soas: add some fonts 2014-12-12 16:18:43 -08:00
fedora-virt-server.ks.in
fedora-workstation-packages.ks Revert "workstation: use env group, no need to list productimg" 2014-12-04 15:39:59 -08:00
fedora-xfce-packages.ks Add a few packages requested to xfce spin and increase base size 2015-02-18 19:16:17 -07:00
Makefile
README
SparkleShare.txt + ‘.sparkleshare’ 2015-01-18 10:40:50 -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