Go to file
Clement Verna 31e2c58081 Remove cracklib-dicts from the base container image.
This commit remove the cracklib-dicts package which provides
tests passwords to help user choose strong password. The
package is not required by any other packages.
This will save ~9MB from the base image size.

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-07-05 08:56:35 +02:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-arm-base.ks drop chkconfig from arm kickstart 2019-05-08 14:03:33 +01:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-lxqt.ks
fedora-arm-mate.ks MATE-arm: increase part size 2019-03-21 09:52:53 +01:00
fedora-arm-minimal.ks
fedora-arm-python-classroom.ks
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks Add epiphany browser to arm disk images. 2019-03-19 13:16:01 -04:00
fedora-arm-xfce.ks
fedora-cinnamon-common.ks Cinnamon - add exaile 2019-06-27 12:30:52 -04:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks Use dnf instead of yum 2019-02-26 11:38:44 +01:00
fedora-cloud-bigdata.ks Use dnf instead of yum 2019-02-26 11:38:44 +01:00
fedora-cloud-experimental.ks Use dnf instead of yum 2019-02-26 11:38:44 +01:00
fedora-container-base-minimal.ks
fedora-container-base.ks Remove cracklib-dicts from the base container image. 2019-07-05 08:56:35 +02:00
fedora-container-common.ks
fedora-disk-base.ks
fedora-disk-minimal.ks
fedora-disk-server.ks Sync Fedora Server with comps 2019-03-04 21:06:25 +00:00
fedora-disk-workstation.ks
fedora-disk-xbase.ks
fedora-iot.ks IoT: cleanups for F-31 2019-07-02 14:10:00 +01:00
fedora-kde-common.ks
fedora-kde-minimization.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks Make new hostname take effect immediately 2019-06-04 14:06:44 +08:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks Clean up and remove obsolete LuxRender-blender line 2019-06-17 16:15:04 -07:00
fedora-live-games.ks adding back: warmux xmoto supertuxkart neverball freedroidrpg 2019-05-19 19:51:41 -05: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 Add more space for the Python Classroom lab 2019-04-09 20:18:44 +02:00
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
fedora-minimal-common.ks
fedora-modular-arm-server.ks
fedora-modular-disk-minimal.ks
fedora-python-classroom-common.ks Stop dragging Python 3.6 and 3.8 to Python Classroom 2019-03-27 00:23:39 +01:00
fedora-python-classroom-gnome-common.ks Remove Ninja IDE from Python Classroom Lab 2019-05-17 01:14:13 +02:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-scientific-common.ks Fedora Scientific updates 2019-06-04 09:49:09 +10:00
fedora-scientific-vagrant.ks
fedora-soas-common.ks SoaS: use -N for dracut regeneration to ensure generic initrd 2019-06-09 12:37:37 +01:00
fedora-workstation-common.ks Workstation: include podman 2019-06-01 03:09:34 +00:00
fedora-xfce-common.ks
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