Go to file
Peter Robinson 1b78636ab1 ARM images: remove bits we don't need/want to help reduce image size
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2017-06-13 15:38:50 +01:00
atomic-installer
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks ARM images: remove bits we don't need/want to help reduce image size 2017-06-13 15:38:50 +01:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-lxqt.ks lxqt: use new comps groups 2017-05-12 11:02:33 +02:00
fedora-arm-mate.ks
fedora-arm-minimal.ks Add minimal disk image for aarch64 2017-04-12 17:39:43 +01: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-atomic-vagrant.ks
fedora-atomic.ks atomic, cloud: remove rhgb by removing plymouth 2017-05-24 01:52:47 -04:00
fedora-cinnamon-common.ks Cinnamon: Remove unneeded stuff 2017-05-06 18:24:57 +02:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks atomic, cloud: remove rhgb by removing plymouth 2017-05-24 01:52:47 -04:00
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-disk-base.ks ARM images: remove bits we don't need/want to help reduce image size 2017-06-13 15:38:50 +01:00
fedora-disk-minimal.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 10:39:22 +01:00
fedora-disk-server.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 10:39:22 +01:00
fedora-disk-workstation.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 10:39:22 +01:00
fedora-disk-xbase.ks Add Workstation disk image for aarch64 2017-04-12 17:39:43 +01:00
fedora-docker-base-minimal.ks
fedora-docker-base.ks docker-base: ignore return code of systemd-tmpfiles 2017-05-19 13:13:09 -04:00
fedora-docker-common.ks docker: add comment about partitioning for clarity 2017-05-19 13:10:06 -04:00
fedora-kde-common.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks
fedora-live-cinnamon.ks
fedora-live-design_suite.ks
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 lxqt: no updater applet in live environment 2017-05-12 11:01:49 +02:00
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 lxqt: use new comps groups 2017-05-12 11:02:33 +02:00
fedora-mate-common.ks
fedora-minimal-common.ks Add minimal disk image for aarch64 2017-04-12 17:39:43 +01:00
fedora-python-classroom-common.ks Add @python-science to Python Classroom Lab 2017-04-18 13:23:55 -05:00
fedora-python-classroom-gnome-common.ks Fixing python-classroom for armhfp 2017-04-18 14:50:13 -04:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks use mirrorlist url instead of metalink url 2017-05-15 16:30:57 -04:00
fedora-repo-rawhide.ks use mirrorlist url instead of metalink url 2017-05-15 16:30:57 -04:00
fedora-repo.ks
fedora-soas-common.ks
fedora-workstation-common.ks
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