Go to file
Adam Williamson f02c61e527 Security: exclude default-fonts-core-math
See a90d590e00 - this is the same
fix, for the security image. As with LXDE, since
https://fedoraproject.org/wiki/Changes/ImproveDefaultFontHandling
we need to also drop default-fonts-core-math if we want to drop
stix-fonts, or the image build fails.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-08-30 19:48:36 +00:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-budgie-common.ks
fedora-cinnamon-common.ks
fedora-cloud-base-azure.ks
fedora-cloud-base-gcp.ks
fedora-cloud-base-vagrant.ks Revert replacing DNF with DNF5 2023-08-07 17:32:41 +00:00
fedora-cloud-base.ks cloud-base: Enable tracer once more 2023-07-20 07:58:57 -05:00
fedora-comp-neuro-common.ks
fedora-container-base-minimal.ks Revert replacing DNF with DNF5 2023-08-07 17:32:41 +00:00
fedora-container-base.ks Revert replacing DNF with DNF5 2023-08-07 17:32:41 +00:00
fedora-container-common.ks
fedora-container-toolbox.ks Revert replacing DNF with DNF5 2023-08-07 17:32:41 +00:00
fedora-design-suite-common.ks Drop deja-dup-nautilus and fix favorite apps list 2023-06-15 17:09:49 -07:00
fedora-disk-base.ks
fedora-disk-budgie.ks
fedora-disk-kde.ks
fedora-disk-lxqt.ks
fedora-disk-minimal.ks
fedora-disk-phosh.ks
fedora-disk-python-classroom.ks
fedora-disk-server.ks
fedora-disk-soas.ks
fedora-disk-workstation.ks Revert "Revert "Turn on anaconda-webui for workstation"" 2023-08-23 14:05:50 -07:00
fedora-disk-xbase.ks
fedora-disk-xfce.ks
fedora-eln-container-base.ks Revert replacing DNF with DNF5 2023-08-07 17:32:41 +00:00
fedora-eln-guest.ks Revert replacing DNF with DNF5 2023-08-07 17:32:41 +00:00
fedora-i3-common.ks
fedora-iot.ks add f39 branched config 2023-08-08 17:22:01 -07:00
fedora-kde-common.ks
fedora-live-astronomy_kde.ks Drop python3-spyder from astronomy_kde and scientific 2023-08-29 22:19:56 +00:00
fedora-live-base.ks
fedora-live-budgie.ks
fedora-live-cinnamon.ks
fedora-live-comp_neuro.ks
fedora-live-design_suite.ks Drop deja-dup-nautilus and fix favorite apps list 2023-06-15 17:09:49 -07:00
fedora-live-games.ks
fedora-live-i3.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks Bump root partition size for KDE live 2023-08-29 13:17:18 -07: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 Security: exclude default-fonts-core-math 2023-08-30 19:48:36 +00:00
fedora-live-soas.ks
fedora-live-sway.ks
fedora-live-workstation.ks Revert "Revert "Turn on anaconda-webui for workstation"" 2023-08-23 14:05:50 -07:00
fedora-live-xfce.ks
fedora-lxde-common.ks F39 LXDE: exclude default-fonts-core-math 2023-08-10 22:15:02 +09:00
fedora-lxqt-common.ks
fedora-mate-common.ks
fedora-minimal-common.ks Revert replacing DNF with DNF5 2023-08-07 17:32:41 +00:00
fedora-modular-disk-minimal.ks Revert replacing DNF with DNF5 2023-08-07 17:32:41 +00:00
fedora-neuro-gnome-common.ks
fedora-phosh-common.ks
fedora-python-classroom-common.ks Exclude the previous main Python 3.11 from Python Classroom Lab 2023-07-06 14:00:25 +02:00
fedora-python-classroom-gnome-common.ks
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks add f39 branched config 2023-08-08 17:22:01 -07:00
fedora-scientific-common.ks Drop python3-spyder from astronomy_kde and scientific 2023-08-29 22:19:56 +00:00
fedora-scientific-vagrant.ks
fedora-server-vm-full.ks
fedora-soas-common.ks
fedora-sway-common.ks
fedora-workstation-common.ks
fedora-xfce-common.ks
maintainers.toml maintainers: Update for KDE Spin 2023-06-05 19:43:09 +02: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