This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
Colin Walters f2ad1bb926 docker-base: Start shipping fstab again
Even though it's silly, the ImageFactory-in-Koji use case calls into
libguestfs to introspect the target system, and libguestfs relies on
/etc/fstab to detect installed operating systems.
2015-03-19 17:37:37 -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
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 use link as the device for netwrok in the cloud images 2014-12-12 16:07:54 -08: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 use link as the device for netwrok in the cloud images 2014-12-12 16:07:54 -08:00
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-docker-base.ks docker-base: Start shipping fstab again 2015-03-19 17:37:37 -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: Remove development packages 2015-02-24 13:18:40 -05:00
fedora-install-workstation.ks explude the other productimg packages 2014-12-12 16:10:35 -08:00
fedora-kde-packages.ks fedora-kde-packages.ks: Add system-config-language and kde-l10n. 2014-11-28 04:06:40 +01:00
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: fix correct url for both Design Suite and Design Team shorcuts 2015-03-09 02:29:53 -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
fedora-live-mate_compiz.ks
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: Temporarily remove boswars, since it isn't building 2015-02-18 22:53:54 -06:00
fedora-livedvd-robotics.ks
fedora-livedvd-scientific_kde.ks scientific: add python3-sympy 2014-11-18 20:21:57 +10:00
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