Go to file
Benjamin Berg 4f4fe63125 live-base: Disable abrtd on live systems
Grabbing coredumps on live systems is not a good idea. Either there is
no persistent storage, or it will be really slow and also small. So
disable abrtd and stop it in the same way as other services.
2018-03-07 16:18:48 +01:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-arm-base.ks fix up arm bootloader configuration 2018-02-24 10:52:52 -06:00
fedora-arm-kde.ks Bump some more partition sizes 2018-03-02 17:06:10 -05:00
fedora-arm-lxde.ks arm kickstarts: extend filesystems to unblock image builds 2018-02-21 09:50:32 -05:00
fedora-arm-lxqt.ks arm kickstarts: extend filesystems to unblock image builds 2018-02-21 09:50:32 -05:00
fedora-arm-mate.ks arm kickstarts: extend filesystems to unblock image builds 2018-02-21 09:50:32 -05:00
fedora-arm-minimal.ks
fedora-arm-python-classroom.ks
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks Bump some more partition sizes 2018-03-02 17:06:10 -05:00
fedora-arm-xbase.ks
fedora-arm-xfce.ks Increase 200M on fedora arm xfce 2018-03-02 11:49:30 -05:00
fedora-atomic-vagrant.ks
fedora-atomic.ks atomic: move to unified repo structure 2018-03-03 12:33:47 -05:00
fedora-cinnamon-common.ks
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-disk-base.ks
fedora-disk-minimal.ks
fedora-disk-server.ks
fedora-disk-workstation.ks
fedora-disk-xbase.ks
fedora-docker-base-minimal.ks
fedora-docker-base.ks
fedora-docker-common.ks
fedora-kde-common.ks
fedora-kde-minimization.ks kde-minimizations: don't exclude ibus 2018-02-28 19:05:19 -05:00
fedora-live-astronomy_kde.ks astronomy: use fedora-live-kde-base.ks to avoid inclusion of fedora-kde-minimization.ks (breaks dependencies) 2018-02-27 14:30:53 +01:00
fedora-live-base.ks live-base: Disable abrtd on live systems 2018-03-07 16:18:48 +01:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks design-suite: drop f26 wallpapers 2018-02-21 19:09:18 -08:00
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
fedora-live-mate_compiz.ks
fedora-live-minimization.ks live-minimizations: don't exclude wget 2018-02-20 17:11:00 -05:00
fedora-live-python-classroom.ks
fedora-live-robotics.ks live-robotics: don't exclude hunspell 2018-02-20 19:30:25 -05:00
fedora-live-scientific_kde.ks
fedora-live-security.ks live-security: don't exclude realmd package 2018-02-20 17:07:29 -05:00
fedora-live-soas.ks
fedora-live-workstation.ks
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks
fedora-mate-common.ks MATE f28: drop packages which are already listed in comps 2018-02-17 11:20:22 +01:00
fedora-minimal-common.ks
fedora-modular-arm-server.ks
fedora-modular-container-base-minimal.ks
fedora-modular-container-base.ks
fedora-modular-container-common.ks
fedora-modular-disk-minimal.ks
fedora-python-classroom-common.ks
fedora-python-classroom-gnome-common.ks remove all mentions of *productimg* 2018-02-27 10:58:04 -05:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-common.ks
fedora-workstation-common.ks remove all mentions of *productimg* 2018-02-27 10:58:04 -05:00
fedora-xfce-common.ks Drop the exclude on PackageKit, as system-config-printer now needs PackageKit-gtk3-module 2018-02-16 10:41:17 -08:00
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