Go to file
Zamir SUN e4a7785b92 Change lxqt-l10n to group.
Now lxqt-l10n package is obsoleted. And we are adding a @lxqt-l10n to compos. So adjusting kickstart files accordingly.

Signed-off-by: Zamir SUN <sztsian@gmail.com>
2019-02-18 15:24:44 +00:00
custom
l10n l10n: Replace language specific support groups with langpacks packages. 2019-02-15 04:18:58 +00:00
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-arm-base.ks Remove iproute-tc exclusion from fedora-arm-base 2019-01-30 13:50:38 -05:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-lxqt.ks Extend arm lxqt disk image. 2019-01-25 13:09:48 -05:00
fedora-arm-mate.ks Extend arm mate disk image. 2019-01-25 13:04:38 -05:00
fedora-arm-minimal.ks Remove duplicate partitioning on arm base, minimal. 2019-01-25 12:46:43 -05: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 Cinnamon - update background extras to f29 2018-09-02 14:47:51 -04:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-container-base-minimal.ks Rename the container ks files 2019-01-03 15:53:35 +01:00
fedora-container-base.ks Rename the container ks files 2019-01-03 15:53:35 +01:00
fedora-container-common.ks Use the fedora-release-container package to get the release version 2019-02-06 21:10:45 +00:00
fedora-disk-base.ks Move exclusions of trousers-lib and iproute-tc to minimal-common 2018-09-25 14:57:35 -07:00
fedora-disk-minimal.ks
fedora-disk-server.ks
fedora-disk-workstation.ks
fedora-disk-xbase.ks
fedora-iot.ks IoT: fix content URL harder 2019-02-07 13:43:54 +00:00
fedora-kde-common.ks
fedora-kde-minimization.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks Install the anaconda-live package on the live image 2019-02-06 21:09:28 +00:00
fedora-live-cinnamon.ks Merge #465 Increase size of partition for building cinnamon-live 2018-11-13 16:45:06 +00:00
fedora-live-design_suite.ks Design Suite: temporarily remove conflicting applications 2018-10-24 00:01:08 -07:00
fedora-live-games.ks removed xmoto, warmux and freedroidrpg for size 2019-02-16 04:35:21 +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 Mate: increase disk_img size to fix f30 build issues 2018-11-25 12:06:45 +01:00
fedora-live-minimization.ks Update fedora-minimization.ks 2018-09-25 16:58:09 -07:00
fedora-live-python-classroom.ks Stop using fedora-live-minimization from Python Classroom 2018-10-31 07:17:06 +01:00
fedora-live-robotics.ks
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks fedora-soas: Include livecd-iso-to-disk in .iso filesystem. 2018-09-13 21:52:12 -04:00
fedora-live-workstation.ks
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks Change lxqt-l10n to group. 2019-02-18 15:24:44 +00:00
fedora-mate-common.ks MATE: drop colord exclusion (required by foomatic) 2018-09-25 16:34:39 -07:00
fedora-minimal-common.ks Move exclusions of trousers-lib and iproute-tc to minimal-common 2018-09-25 14:57:35 -07:00
fedora-modular-arm-server.ks
fedora-modular-disk-minimal.ks Update to deal with changes for Raspberry Pi firmware handling 2018-08-31 20:04:57 +01: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 Update fedora-scientific-common.ks 2018-09-26 23:38:45 +00:00
fedora-scientific-vagrant.ks
fedora-soas-common.ks fedora-live-base,fedora-soas: livecd-iso-to-disk in .iso filesystem. 2018-10-31 22:14:54 -04:00
fedora-workstation-common.ks
fedora-xfce-common.ks This seems to now cause dep problems as it's required in the chain 2018-09-22 10:39:44 -07: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.

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

bug reports

Bugs should be reported to the spin-kickstarts bugzilla component:

https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts