Go to file
2021-05-07 20:04:35 +00:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-cinnamon-common.ks
fedora-cloud-base-gcp.ks Use GCE guest environment instead of cloud-init 2021-05-07 20:04:35 +00:00
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks
fedora-comp-neuro-common.ks
fedora-container-base-minimal.ks
fedora-container-base.ks Remove shadow-utils and sssd-client from the container base image 2021-04-28 21:40:11 +00:00
fedora-container-common.ks Replace shadow-utils by util-linux 2021-05-03 10:28:16 +02:00
fedora-design-suite-common.ks Use Workstation installation from live media 2021-04-05 17:40:11 +00:00
fedora-disk-base.ks Remove asterisk from kernel-lpae for exclusion (#1947157). 2021-04-12 11:45:14 -04:00
fedora-disk-kde.ks arm: changes for the UEFI on ARMv7 2021-02-23 19:11:15 +00:00
fedora-disk-minimal.ks
fedora-disk-python-classroom.ks arm: changes for the UEFI on ARMv7 2021-02-23 19:11:15 +00:00
fedora-disk-server.ks
fedora-disk-soas.ks arm: changes for the UEFI on ARMv7 2021-02-23 19:11:15 +00:00
fedora-disk-workstation.ks arm: changes for the UEFI on ARMv7 2021-02-23 19:11:15 +00:00
fedora-disk-xbase.ks Add initial-setup-gui to fedora-disk-xbase.ks 2021-03-11 10:47:02 -05:00
fedora-disk-xfce.ks arm: changes for the UEFI on ARMv7 2021-02-23 19:11:15 +00:00
fedora-eln-container-base.ks Don't exclude cracklib from ELN container image 2021-04-28 21:13:10 -04:00
fedora-eln-guest.ks Updates for network changes to built images 2021-03-21 19:14:59 +00:00
fedora-i3-common.ks Use correct @^ for i3 env group, not just @ 2021-03-12 18:50:45 -08:00
fedora-iot.ks Updates for network changes to built images 2021-03-21 19:14:59 +00:00
fedora-kde-common.ks
fedora-kde-minimization.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks
fedora-live-cinnamon.ks
fedora-live-comp_neuro.ks
fedora-live-design_suite.ks Revert removed workstation-release and fix post-installation 2021-02-22 17:11:43 -08:00
fedora-live-games.ks
fedora-live-i3.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks kde: Fallback to Plasma X11 session for basic graphics mode (#1952431) 2021-04-23 02:38:28 -04:00
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
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks arm: changes for the UEFI on ARMv7 2021-02-23 19:11:15 +00:00
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
fedora-neuro-gnome-common.ks
fedora-python-classroom-common.ks
fedora-python-classroom-gnome-common.ks
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-scientific-common.ks
fedora-scientific-vagrant.ks
fedora-soas-common.ks arm: changes for the UEFI on ARMv7 2021-02-23 19:11:15 +00:00
fedora-workstation-common.ks
fedora-xfce-common.ks
maintainers.toml maintainers.toml: fix stray quote that was messing up compose tracker 2021-03-05 10:43:39 -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.

Maintainers for each image are listed in the maintainers.toml file.

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

Build logs

To see build logs go to

https://koji.fedoraproject.org/koji

"Packages" tab, and filter by Fedora-Workstation-Live for example.

Technical info about the officialy released images can be found at

https://kojipkgs.fedoraproject.org/compose/

bug reports

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

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