Go to file
Clement Verna 02376eae8a Explicitly install systemd in the image.
It seems that systemd is required by anaconda which wants
to setup the default target. Since dnf dependencies to systemd
was dropped in [0] we need to install it explicitly.

[0] - faa199f160

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-08-21 13:56:55 +02:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-arm-base.ks Do not rely on fedora-release 2019-07-15 09:19:44 +02:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-lxqt.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks
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-cinnamon-common.ks Cinnamon - add exaile 2019-06-27 12:30:52 -04:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks Unify obtaining 'relesever' 2019-07-17 10:55:01 +02:00
fedora-cloud-bigdata.ks Unify obtaining 'relesever' 2019-07-17 10:55:01 +02:00
fedora-cloud-experimental.ks Unify obtaining 'relesever' 2019-07-17 10:55:01 +02:00
fedora-container-base-minimal.ks
fedora-container-base.ks Revert deleting the tzdata from the container base image. 2019-08-02 19:54:50 +02:00
fedora-container-common.ks Explicitly install systemd in the image. 2019-08-21 13:56:55 +02:00
fedora-disk-base.ks Unify obtaining 'relesever' 2019-07-17 10:55:01 +02:00
fedora-disk-minimal.ks
fedora-disk-server.ks
fedora-disk-workstation.ks Revert "Enable zram-swap on all the workstation installations" 2019-07-20 08:46:47 -07:00
fedora-disk-xbase.ks
fedora-disk-xfce.ks Add fedora-disk-xfce.ks 2019-08-13 16:09:05 -04:00
fedora-iot.ks IoT: cleanups for F-31 2019-07-02 14:10:00 +01:00
fedora-kde-common.ks
fedora-kde-minimization.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks Unify obtaining 'relesever' 2019-07-17 10:55:01 +02:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks design-suite: temporarily remove sparkleshare 2019-07-20 05:36:35 +00:00
fedora-live-games.ks adding back: warmux xmoto supertuxkart neverball freedroidrpg 2019-05-19 19:51:41 -05:00
fedora-live-jam_kde.ks live-jam: drop ladspa-swh-plugins as it no longer exists. 2019-07-19 18:08:10 -07:00
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
fedora-live-python-classroom.ks
fedora-live-robotics.ks robotics: Updates to fix build 2019-07-14 20:50:24 -04:00
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks
fedora-live-workstation.ks
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks
fedora-mate-common.ks
fedora-minimal-common.ks
fedora-modular-arm-server.ks
fedora-modular-disk-minimal.ks Unify obtaining 'relesever' 2019-07-17 10:55:01 +02:00
fedora-python-classroom-common.ks
fedora-python-classroom-gnome-common.ks Remove Ninja IDE from Python Classroom Lab 2019-05-17 01:14:13 +02:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-scientific-common.ks scientific: drop root-python as it no longer exists. 2019-07-19 18:04:21 -07:00
fedora-scientific-vagrant.ks
fedora-soas-common.ks soas: webkit2gtk3 dropped the gtk2 plugin subppackage and now provides it. 2019-07-28 17:10:58 -07:00
fedora-workstation-common.ks Revert "Enable zram-swap on all the workstation installations" 2019-07-20 08:46:47 -07:00
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