Go to file
Rex Dieter 74fb549b00 kde: disable plasma-discover-notifier on live image
Migrate snippet from plasma-pk-updates to plasma-discover-notifier

(cherry picked from commit 0b624bcd11)
2021-03-22 14:36:32 -05:00
custom
l10n l10n: Correct Xfce include for l10n files. Bug 1669894 2019-02-23 16:26:37 -08:00
snippets
templates
tools
.gitignore new source 0.19.2 2013-01-30 10:41:58 -08:00
AUTHORS
COPYING
fedora-cinnamon-common.ks Cinnamon - update background extras to f34 2021-02-17 20:12:01 -05:00
fedora-cloud-base-gcp.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks
fedora-comp-neuro-common.ks
fedora-container-base-minimal.ks
fedora-container-base.ks
fedora-container-common.ks
fedora-design-suite-common.ks
fedora-disk-base.ks arm: changes for the UEFI on ARMv7 2021-02-18 18:09:28 +00:00
fedora-disk-kde.ks arm: changes for the UEFI on ARMv7 2021-02-18 18:09:28 +00:00
fedora-disk-minimal.ks
fedora-disk-python-classroom.ks arm: changes for the UEFI on ARMv7 2021-02-18 18:09:28 +00:00
fedora-disk-server.ks
fedora-disk-soas.ks arm: changes for the UEFI on ARMv7 2021-02-18 18:09:28 +00:00
fedora-disk-workstation.ks arm: changes for the UEFI on ARMv7 2021-02-18 18:09:28 +00:00
fedora-disk-xbase.ks Add initial-setup-gui to fedora-disk-xbase.ks 2021-03-11 11:06:38 -05:00
fedora-disk-xfce.ks arm: changes for the UEFI on ARMv7 2021-02-18 18:09:28 +00:00
fedora-eln-container-base.ks
fedora-eln-guest.ks
fedora-i3-common.ks Use correct @^ for i3 env group, not just @ 2021-03-12 18:49:36 -08:00
fedora-iot.ks
fedora-kde-common.ks fedora-kde-common: Remove ktorrent, krusader & k3b 2021-02-22 23:59:33 +00:00
fedora-kde-minimization.ks kde-minimizations: don't exclude ibus 2018-02-28 19:05:19 -05:00
fedora-live-astronomy_kde.ks astronomy: Remove some obsolete packages, add java 2021-02-17 18:56:25 +01:00
fedora-live-base.ks Drop a gsetting command that didn't actually do anything 2021-02-17 21:18:16 +01:00
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:20:50 -08:00
fedora-live-games.ks
fedora-live-i3.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks kde: disable plasma-discover-notifier on live image 2021-03-22 14:36:32 -05: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 python-classroom: bump size so the live media build wont get stuck 2020-07-22 12:25:44 -04:00
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-18 18:09:28 +00:00
fedora-live-workstation.ks Disable GNOME 40 welcome tour harder 2021-02-17 21:18:16 +01: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
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 Initial KS files for Fedora Scientific vagrant box 2018-01-26 11:23:40 +11:00
fedora-soas-common.ks arm: changes for the UEFI on ARMv7 2021-02-18 18:09:28 +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:44:31 -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