Go to file
2022-03-02 00:26:49 +01:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-cinnamon-common.ks Update to f36-backgrounds in cinnamon-common 2022-02-16 14:53:26 -08:00
fedora-cloud-base-gcp.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks Revert "Cloud: Azure support" 2021-12-15 04:11:33 -05:00
fedora-comp-neuro-common.ks feat: update comp-neuro image 2021-11-10 18:49:52 +00:00
fedora-container-base-minimal.ks
fedora-container-base.ks Nonexistent /run/nologin should not fail compose 2022-01-21 16:04:05 -05:00
fedora-container-common.ks Fix rpm GPG import for ELN 2022-01-20 18:52:11 +00:00
fedora-design-suite-common.ks Replace gnome-shell-extension-pomodoro by gnome-pomodoro 2021-09-10 17:39:53 -07:00
fedora-disk-base.ks arm: aarch64: Copy the generic aarch64 RPi U-Boot over too 2021-11-21 19:22:12 +00:00
fedora-disk-kde.ks
fedora-disk-minimal.ks
fedora-disk-python-classroom.ks
fedora-disk-server.ks
fedora-disk-soas.ks
fedora-disk-workstation.ks
fedora-disk-xbase.ks
fedora-disk-xfce.ks
fedora-eln-container-base.ks Nonexistent /run/nologin should not fail compose 2022-01-21 16:04:05 -05:00
fedora-eln-guest.ks
fedora-i3-common.ks i3-spin: drop bightlight as it's retired now. 2021-11-03 17:51:41 -07:00
fedora-iot.ks Remove rng from enabled services in iot disk images 2022-02-16 10:50:58 -05:00
fedora-kde-common.ks kde: Drop system-config-language 2021-12-13 20:04:58 -05:00
fedora-kde-minimization.ks fedora-kde-minimization.ks: stop removing @input-methods 2022-02-24 16:00:31 +00:00
fedora-live-astronomy_kde.ks Increase astronomy-live part size to fix compose failures 2022-01-22 01:24:19 +00:00
fedora-live-base.ks
fedora-live-cinnamon.ks
fedora-live-comp_neuro.ks
fedora-live-design_suite.ks
fedora-live-games.ks
fedora-live-i3.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks Revert "fedora-live-kde.ks: Enable initial-setup on firstboot" 2021-09-21 16:17:22 +02:00
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
fedora-live-workstation.ks workstation: increase size a tiny bit 2021-12-02 14:51:42 -08:00
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 arm: aarch64: Copy the generic aarch64 RPi U-Boot over too 2021-11-21 19:22:12 +00:00
fedora-neuro-gnome-common.ks
fedora-python-classroom-common.ks
fedora-python-classroom-gnome-common.ks Change the desktop background image of Python Classroom Lab to match Fedora Workstation 2022-03-02 00:26:49 +01:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-scientific-common.ks scientific: it's python3-matplotlib-qt5 now (not qt4) 2021-09-02 12:26:03 +00:00
fedora-scientific-vagrant.ks
fedora-soas-common.ks
fedora-workstation-common.ks
fedora-xfce-common.ks
maintainers.toml Adding the maintainers for eln composes 2021-11-30 10:53:21 -05: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