This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
JT Pennington 703a43e924 Update maintainers.toml
Add JT to Maintainer list
2022-07-26 20:35:21 +00: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 increase boot partition size on Cloud base image 2022-04-22 00:32:17 +00:00
fedora-comp-neuro-common.ks
fedora-container-base-minimal.ks
fedora-container-base.ks
fedora-container-common.ks Add placeholder for resolv.conf 2022-07-20 06:39:03 +00:00
fedora-design-suite-common.ks
fedora-disk-base.ks on arm disk images make sure there is not a console=tty0 bootarg 2022-03-10 15:59:44 -06: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
fedora-eln-guest.ks ELN: Use correct repositories 2022-07-26 20:34:14 +00:00
fedora-i3-common.ks
fedora-iot.ks Remove rng from enabled services in iot disk images 2022-02-16 10:50:58 -05:00
fedora-kde-common.ks
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 astronomy: Exclude LabPlot for now due to #2044284 2022-03-20 17:02:38 +00:00
fedora-live-base.ks Revert "Revert "Drop use of the x86-baremetal-tools group"" 2022-06-15 10:07:42 -07:00
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 Disable automount on KDE live images (#2073708) 2022-04-21 17:00:37 -07:00
fedora-live-kde.ks increase size of kde live a bit to have everything fit in rawhide 2022-03-18 09:55:24 -07:00
fedora-live-lxde.ks
fedora-live-lxqt.ks
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-python-classroom.ks Revert "Python Classroom: Share disk size declaration between disk and live" 2022-03-19 10:27:59 +00:00
fedora-live-robotics.ks Disable updates harder in Workstation and Robotics (#2064077) 2022-03-15 08:33:36 -07:00
fedora-live-scientific_kde.ks
fedora-live-security.ks Update fedora-live-security.ks 2022-07-26 20:35:21 +00:00
fedora-live-soas.ks
fedora-live-workstation.ks Disable updates harder in Workstation and Robotics (#2064077) 2022-03-15 08:33:36 -07:00
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks
fedora-mate-common.ks Mate: use earlyoom instead of systemd-oomd-defaults 2022-04-01 13:02:24 +02:00
fedora-minimal-common.ks
fedora-modular-disk-minimal.ks
fedora-neuro-gnome-common.ks
fedora-python-classroom-common.ks No need for Python 3.10 in the Fedora Python Classroom Lab 2022-06-21 22:36:32 +02:00
fedora-python-classroom-gnome-common.ks Revert "Python Classroom: Share disk size declaration between disk and live" 2022-03-19 10:27:59 +00:00
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
fedora-workstation-common.ks
fedora-xfce-common.ks
maintainers.toml Update maintainers.toml 2022-07-26 20:35:21 +00: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