This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
2013-10-16 20:30:04 -07:00
custom
l10n
snippets
templates
tools
.gitignore new source 0.19.2 2013-01-30 10:41:58 -08:00
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks install dracut-config-generic on arm images to get a generic initramfs 2013-10-16 21:59:40 -05:00
fedora-arm-desktop-vfat.ks
fedora-arm-desktop.ks
fedora-arm-kde-vfat.ks make / bigger on KDE images 2013-08-28 20:26:52 -05:00
fedora-arm-kde.ks make / bigger on KDE images 2013-08-28 20:26:52 -05:00
fedora-arm-lxde-vfat.ks break out partitioning for arm images 2013-06-08 09:01:32 -05:00
fedora-arm-lxde.ks
fedora-arm-mate-vfat.ks
fedora-arm-mate.ks
fedora-arm-minimal-vfat.ks
fedora-arm-minimal.ks
fedora-arm-partitioning.ks
fedora-arm-soas-vfat.ks
fedora-arm-soas.ks
fedora-arm-vfat-partitioning.ks
fedora-arm-xbase.ks
fedora-arm-xfce-vfat.ks
fedora-arm-xfce.ks
fedora-desktop-packages.ks
fedora-install-fedora.ks This makes compsoes blow up so need to revert 2013-10-13 23:20:01 -05:00
fedora-kde-packages.ks
fedora-live-base.ks Adapt for changed rpm gpg key names 2013-10-17 00:17:33 +02:00
fedora-live-design-suite.ks design: add tutorials list lnk 2013-10-16 20:30:04 -07:00
fedora-live-desktop.ks
fedora-live-jam-kde.ks Jam: add new non-* packages 2013-09-04 06:14:14 +02:00
fedora-live-kde-base.ks kde: SDDM doesn't start (#1015048) 2013-10-03 10:05:58 -05:00
fedora-live-kde.ks
fedora-live-mate-compiz.ks
fedora-live-minimization.ks
fedora-livecd-desktop.ks Desktop: drop prelink 2013-10-08 12:58:31 -04:00
fedora-livecd-kde.ks
fedora-livecd-lxde.ks
fedora-livecd-mate-compiz.ks MATE: trim some more packages for size. 2013-09-15 14:06:44 -07:00
fedora-livecd-security.ks remove more pkgs 2013-10-01 23:32:48 +02:00
fedora-livecd-soas.ks update sugar 2013-09-05 23:18:04 +01:00
fedora-livecd-xfce.ks
fedora-livedvd-electronic-lab.ks Increase FEL DVD payload size to 10240 2013-09-15 06:59:06 +05:30
fedora-livedvd-games.ks
fedora-livedvd-robotics.ks
fedora-livedvd-scientific-kde.ks Scientific: Increase install root size 2013-10-03 16:23:01 +10:00
fedora-lxde-packages.ks
fedora-mate-packages.ks
fedora-repo-not-rawhide.ks Add missing 'f' to updates and testing repo urls 2013-08-31 08:08:04 -05:00
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-packages.ks SoaS: add lightdm as it's not pulled in by lightdm-gtk anymore it seems 2013-09-25 01:07:43 +01:00
fedora-virt-server.ks.in
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