Go to file
David Duncan 569b5c6eb1 Enable qemu-guest-agent on cloud, not GCP. cloud-sig/issue/319
Signed-off-by: David Duncan <davdunc@amazon.com>
2020-12-22 01:46:33 +00:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-arm-base.ks
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-lxqt.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks minor tweaks for minimal arm images 2020-11-23 15:20:14 +00:00
fedora-arm-python-classroom.ks
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cinnamon-common.ks Add environment for several spins 2020-11-24 22:24:27 +00:00
fedora-cloud-base-gcp.ks Enable qemu-guest-agent on cloud, not GCP. cloud-sig/issue/319 2020-12-22 01:46:33 +00:00
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks Enable qemu-guest-agent on cloud, not GCP. cloud-sig/issue/319 2020-12-22 01:46:33 +00:00
fedora-comp-neuro-common.ks Add NetPyNE to neuro lab 2020-11-28 18:06:18 +00:00
fedora-container-base-minimal.ks
fedora-container-base.ks
fedora-container-common.ks
fedora-disk-base.ks
fedora-disk-kde.ks Add Fedora KDE disk image kickstart 2020-12-06 20:33:29 -05:00
fedora-disk-minimal.ks minor tweaks for minimal arm images 2020-11-23 15:20:14 +00:00
fedora-disk-server.ks
fedora-disk-workstation.ks
fedora-disk-xbase.ks
fedora-disk-xfce.ks
fedora-eln-container-base.ks
fedora-eln-guest.ks Remove dhcp-client from fedora-eln-guest image. 2020-11-19 13:57:22 +01:00
fedora-iot.ks
fedora-kde-common.ks Add environment for several spins 2020-11-24 22:24:27 +00:00
fedora-kde-minimization.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks Remove unneeded groups in package section 2020-11-24 22:24:27 +00:00
fedora-live-cinnamon.ks
fedora-live-comp_neuro.ks
fedora-live-design_suite.ks Remove f31-backgrounds-extras 2020-11-23 16:42:42 +00:00
fedora-live-games.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
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
fedora-live-robotics.ks Add environment for several spins 2020-11-24 22:24:27 +00:00
fedora-live-scientific_kde.ks
fedora-live-security.ks Add environment for several spins 2020-11-24 22:24:27 +00:00
fedora-live-soas.ks
fedora-live-workstation.ks
fedora-live-xfce.ks
fedora-lxde-common.ks Add environment for several spins 2020-11-24 22:24:27 +00:00
fedora-lxqt-common.ks Add environment for several spins 2020-11-24 22:24:27 +00:00
fedora-mate-common.ks Add environment for several spins 2020-11-24 22:24:27 +00:00
fedora-minimal-common.ks minor tweaks for minimal arm images 2020-11-23 15:20:14 +00:00
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
fedora-soas-common.ks Install Sugar Desktop Environment and not particular groups 2020-11-24 22:24:27 +00:00
fedora-workstation-common.ks Install environment group instead of particular groups (RhBug:1891500) 2020-11-24 22:24:27 +00:00
fedora-xfce-common.ks Install XFCE Desktop Environment and not particular groups 2020-11-24 22:24:27 +00:00
maintainers.toml Add mtasaka to LXDE spin maintainer 2020-12-02 17:41:04 +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