Go to file
Paul Whalen 79a0be09b6 Bump armhfp minimal to fix failing initrd.
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2020-11-04 18:56:17 +00:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-arm-base.ks drop rng-tools from arm-base and disk-base 2020-10-14 09:59:34 -07:00
fedora-arm-kde.ks
fedora-arm-lxde.ks Bump Xfce and LXDE rootfs to fix failing images. 2020-10-10 15:45:46 -07:00
fedora-arm-lxqt.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks Bump armhfp minimal to fix failing initrd. 2020-11-04 18:56:17 +00:00
fedora-arm-python-classroom.ks Refactor fedora-arm-python-classroom to use its own paritioning 2020-10-10 15:46:17 -07:00
fedora-arm-server.ks
fedora-arm-soas.ks Bump soas to fix initramfs creation. 2020-10-10 15:42:44 -07:00
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks Bump Xfce and LXDE rootfs to fix failing images. 2020-10-10 15:45:46 -07:00
fedora-cinnamon-common.ks Cinnamon - update backgrounds for f33 2020-10-06 12:33:02 -04:00
fedora-cloud-base-gcp.ks cloud: starting kickstart for GCP cloud image 2020-09-17 10:17:36 -04:00
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks cloud: remove geolite2 packages 2020-09-02 18:22:22 -04:00
fedora-comp-neuro-common.ks Add fedora-release-compneuro to comp_neuro lab 2020-10-27 21:17:01 +00:00
fedora-container-base-minimal.ks
fedora-container-base.ks
fedora-container-common.ks
fedora-disk-base.ks drop rng-tools from arm-base and disk-base 2020-10-14 09:59:34 -07:00
fedora-disk-minimal.ks
fedora-disk-server.ks
fedora-disk-workstation.ks
fedora-disk-xbase.ks
fedora-disk-xfce.ks
fedora-eln-container-base.ks ELN: Do not install fedora-repos-modular. 2020-10-19 16:20:49 +02:00
fedora-eln-guest.ks Filter out langpacks-en for Fedora-ELN-Guest. 2020-09-23 11:11:11 +02:00
fedora-iot.ks Fix arch detection to use armhfp. 2020-10-26 20:15:47 -04:00
fedora-kde-common.ks
fedora-kde-minimization.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks fedora-live-base: Exclude fcoe-utils and device-mapper-multipath from %packages 2020-08-03 15:00:42 +02:00
fedora-live-cinnamon.ks
fedora-live-comp_neuro.ks
fedora-live-design_suite.ks
fedora-live-games.ks Update fedora-live-games.ks 2020-09-27 17:59:27 +00:00
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
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks
fedora-live-workstation.ks
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks
fedora-mate-common.ks Mate: little cleanup 2020-08-25 16:20:28 +02:00
fedora-minimal-common.ks
fedora-modular-arm-server.ks
fedora-modular-disk-minimal.ks Detect arch for copying uboot on arm. 2020-10-13 20:48:20 -04:00
fedora-neuro-gnome-common.ks
fedora-python-classroom-common.ks Remove LaTeX from Python Classroom common 2020-09-18 19:14:49 +00:00
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 SoAS: drop unneeded bits to slim size (rhbz 1876938) 2020-09-13 17:54:50 +01:00
fedora-workstation-common.ks
fedora-xfce-common.ks
maintainers.toml Add maintainers for Robotics lab 2020-10-10 20:03:59 -04: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