Go to file
Elad Alfassa 5c326c797b workstation: Don't install icedtea-web by default
icedtea-web clutters the application view with two launchers for config
dialogs which are not really apps as we define the term.

It used to be excluded previously but accidentally slipped back in with
the live-desktop -> live-workstation kickstart renames; this commit
takes it out again.

https://bugzilla.redhat.com/show_bug.cgi?id=1131248
2014-08-19 08:51:56 +02:00
custom
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 ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-lxde.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-mate.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-minimal.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-soas.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-workstation.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
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 ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-cloud-atomic.ks atomic: Remove %post which calls fixfiles 2014-07-21 14:09:24 -04:00
fedora-cloud-base.ks fedora-release-cloud in cloud images 2014-07-11 11:01:56 -04:00
fedora-cloud-bigdata.ks fedora-release-cloud in cloud images 2014-07-11 11:01:56 -04:00
fedora-cloud-experimental.ks put experimental cloud spin back to same as base cloud spin exept for i18n/docs 2014-07-11 11:54:19 -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 fix up the options to the bootloader config, make the rootfs smaller. 2014-07-30 02:29:54 -05:00
fedora-install-cloud.ks Add container-management and headless-management to Fedora Server 2014-07-08 14:30:31 -04:00
fedora-install-server.ks Server: Use server-product-environment by default 2014-07-23 17:03:16 +02:00
fedora-install-workstation.ks Add container-management and headless-management to Fedora Server 2014-07-08 14:30:31 -04: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 license files have moved, and we no longer ship the collection as GPL but MIT 2014-08-01 12:05:44 -05:00
fedora-live-design-suite.ks
fedora-live-desktop.ks Disable gnome-software automatic updates downloading 2014-06-03 13:25:11 +02:00
fedora-live-jam-kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks
fedora-live-mate-compiz.ks
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 Disable gnome-software automatic updates downloading 2014-06-03 13:25:11 +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-lxde.ks
fedora-livecd-mate-compiz.ks java-1.7.0-openjdk is retired now. 2014-06-25 16:17:51 -06:00
fedora-livecd-security.ks exclude openvas-client 2014-06-13 15:59:22 +02:00
fedora-livecd-soas.ks
fedora-livecd-xfce.ks
fedora-livedvd-electronic-lab.ks
fedora-livedvd-games.ks Games: Put back openlierox now that it builds again 2014-06-24 07:05:08 -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 Scientific: Comment out sagemath 2014-05-06 23:33:46 +10: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 add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07: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 workstation: Don't install icedtea-web by default 2014-08-19 08:51:56 +02:00
fedora-xfce-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07: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