Go to file
Kevin Fenzi e095131572 toolbox: drop standard and core from toolbox
standard pulls in sssd
core pulls in sssd-common
both of those pull in sssd-client, which is excluded in container-common
(to minimize size/deps).

If we need these, we can look at another solution.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-06-28 13:11:39 -07:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-budgie-common.ks Add libreoffice and thunderbird for Budgie Spin 2023-03-11 17:57:18 +02:00
fedora-cinnamon-common.ks
fedora-cloud-base-azure.ks
fedora-cloud-base-gcp.ks GCP: Add google-guest-agent 2023-05-18 09:34:24 -05:00
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks
fedora-comp-neuro-common.ks
fedora-container-base-minimal.ks
fedora-container-base.ks container-base: drop fedora-repos-modular 2023-06-16 16:48:35 +00:00
fedora-container-common.ks
fedora-container-toolbox.ks toolbox: drop standard and core from toolbox 2023-06-28 13:11:39 -07: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 arm: Update Raspberry Pi config to use universal firmware 2023-03-18 18:38:00 +00:00
fedora-disk-budgie.ks
fedora-disk-kde.ks
fedora-disk-lxqt.ks
fedora-disk-minimal.ks
fedora-disk-phosh.ks phosh: Add disk kickstarts to produce image file 2023-02-03 18:31:20 +00:00
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 ELN: drop unneeded GPG keys 2023-02-08 10:29:04 -05:00
fedora-eln-guest.ks Drop langpacks exclusion 2023-03-27 08:43:00 -07:00
fedora-i3-common.ks
fedora-iot.ks arm: Update Raspberry Pi config to use universal firmware 2023-03-18 18:38:00 +00:00
fedora-kde-common.ks fedora-kde-common: Install KDE PIM Apps 2023-03-30 15:32:32 +02:00
fedora-live-astronomy_kde.ks
fedora-live-base.ks fedora-live-base: Drop post processing for file additions. 2023-02-02 07:49:23 +00:00
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 Drop retired packages from scientific and games kickstarts 2023-03-07 17:04:28 -08:00
fedora-live-i3.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks Clean up KDE package lists 2023-01-30 08:27:39 -08: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-sway.ks
fedora-live-workstation.ks
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks
fedora-mate-common.ks
fedora-minimal-common.ks Don't exclude xkeyboard-config from minimal images (#2175244) 2023-03-06 16:51:59 -08:00
fedora-modular-disk-minimal.ks arm: Update Raspberry Pi config to use universal firmware 2023-03-18 18:38:00 +00:00
fedora-neuro-gnome-common.ks
fedora-phosh-common.ks phosh: Add disk kickstarts to produce image file 2023-02-03 18:31:20 +00:00
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 Drop retired packages from scientific and games kickstarts 2023-03-07 17:04:28 -08:00
fedora-scientific-vagrant.ks
fedora-server-vm-full.ks Fixed an incorrect delete command. 2023-03-22 23:59:52 +01:00
fedora-soas-common.ks fedora-soas-common: Restore plymouth to initrd for boot animation. 2023-02-02 13:15:35 -05:00
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