Go to file
Peter Robinson 5a9491e5ad KDE: fix compose due to core deps needing make
So make is needed by openssl and compat-openssl10 which is turn is needed
by key things such as qt5-qtbase, mariadb and other core things that are
explictly needed in the KDE spin. I have no idea why the ARM images fail
and the live media does not because all arches have this dep.

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2017-06-22 16:02:47 +01:00
atomic-installer
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks stop excluding xkeyboard-config, as it is now needed by firefox, system-config-printer, initial-setup-gui, gnome-keyring 2017-06-14 09:42:23 -06:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-lxqt.ks lxqt: use new comps groups 2017-05-12 11:02:33 +02:00
fedora-arm-mate.ks
fedora-arm-minimal.ks move the xkeyboard-config exclude to the minimal ks 2017-06-14 16:55:32 +01:00
fedora-arm-python-classroom.ks
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-atomic-vagrant.ks
fedora-atomic.ks atomic, cloud: remove rhgb by removing plymouth 2017-05-24 01:52:47 -04:00
fedora-cinnamon-common.ks f26: add mp3 encoding plugins 2017-05-14 13:59:01 -04:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks atomic, cloud: remove rhgb by removing plymouth 2017-05-24 01:52:47 -04:00
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-disk-base.ks move the xkeyboard-config exclude to the minimal ks 2017-06-14 16:55:32 +01:00
fedora-disk-minimal.ks move the xkeyboard-config exclude to the minimal ks 2017-06-14 16:55:32 +01:00
fedora-disk-server.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 10:39:22 +01:00
fedora-disk-workstation.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 10:39:22 +01:00
fedora-disk-xbase.ks
fedora-docker-base-minimal.ks
fedora-docker-base.ks docker-base: ignore return code of systemd-tmpfiles 2017-05-19 13:13:09 -04:00
fedora-docker-common.ks docker: add comment about partitioning for clarity 2017-05-19 13:10:06 -04:00
fedora-kde-common.ks KDE: fix compose due to core deps needing make 2017-06-22 16:02:47 +01:00
fedora-live-astronomy_kde.ks
fedora-live-base.ks
fedora-live-cinnamon.ks
fedora-live-design_suite.ks
fedora-live-games.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks
fedora-live-lxde.ks
fedora-live-lxqt.ks lxqt: no updater applet in live environment 2017-05-12 11:01:49 +02:00
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-python-classroom.ks
fedora-live-robotics.ks
fedora-live-scientific_kde.ks Fix scientific kde - removing python3-mpi4py-openmpi 2017-04-20 15:29:24 -04:00
fedora-live-security.ks
fedora-live-soas.ks
fedora-live-workstation.ks
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks lxqt: use new comps groups 2017-05-12 11:02:33 +02:00
fedora-mate-common.ks
fedora-minimal-common.ks
fedora-python-classroom-common.ks
fedora-python-classroom-gnome-common.ks Fixing python-classroom for armhfp 2017-04-18 14:50:13 -04:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks use mirrorlist url instead of metalink url 2017-05-15 16:30:57 -04:00
fedora-repo-rawhide.ks use mirrorlist url instead of metalink url 2017-05-15 16:30:57 -04:00
fedora-repo.ks
fedora-soas-common.ks
fedora-workstation-common.ks
fedora-xfce-common.ks
Makefile
README.md

fedora-kickstarts

This project is used to manage the Fedora kickstart files used in composing Fedora release images.

The master branch is used by rawhide and each release branch is used by that release.

All changes should be made via the PR workflow.

This project is packaged in Fedora as the spin-kickstarts package allowing users to see and modify the kickstart files for their local needs.

To make a release

  • git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
  • cd fedora-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

bug reports

Bugs should be reported to the spin-kickstarts bugzilla component:

https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts