Go to file
Peter Robinson d0bcf40960 arm: minor package tweaks, drop Intel wireless FW, trousers, dial-up as not overly useful OOTB on ARM
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2017-04-05 13:57:04 +01:00
atomic-installer
custom
l10n Cinnamon: Add German spin-variant 2017-04-04 01:11:58 +02:00
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks arm: minor package tweaks, drop Intel wireless FW, trousers, dial-up as not overly useful OOTB on ARM 2017-04-05 13:57:04 +01:00
fedora-arm-kde.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-lxde.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-lxqt.ks
fedora-arm-mate.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-minimal.ks arm: minor package tweaks, drop Intel wireless FW, trousers, dial-up as not overly useful OOTB on ARM 2017-04-05 13:57:04 +01:00
fedora-arm-python-classroom.ks Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-arm-server.ks arm: minor package tweaks, drop Intel wireless FW, trousers, dial-up as not overly useful OOTB on ARM 2017-04-05 13:57:04 +01:00
fedora-arm-soas.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-workstation.ks
fedora-arm-xbase.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-xfce.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-atomic-vagrant.ks
fedora-atomic.ks zero out resolv.conf during install 2017-03-28 16:20:25 -04:00
fedora-cinnamon-common.ks Cinnamon: dnfdragora is pulled by comps now 2017-04-04 00:06:15 +02:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks Fix the vagrant and bigdata cloud images 2017-03-28 16:04:52 +01:00
fedora-cloud-base.ks zero out resolv.conf during install 2017-03-28 16:20:25 -04:00
fedora-cloud-bigdata.ks Fix the vagrant and bigdata cloud images 2017-03-28 16:04:52 +01:00
fedora-cloud-experimental.ks Fix the vagrant and bigdata cloud images 2017-03-28 16:04:52 +01:00
fedora-docker-base-minimal.ks Reduce some packages that aren't of much use in the containers 2017-03-24 18:19:28 +00:00
fedora-docker-base.ks Add a docker common kickstart as a central bit for shared config. 2017-03-23 17:40:57 +00:00
fedora-docker-common.ks Reduce some packages that aren't of much use in the containers 2017-03-24 18:19:28 +00:00
fedora-kde-common.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks
fedora-live-cinnamon.ks
fedora-live-design_suite.ks Merge #182 design-suite: drop workaround packages 2017-03-30 03:24:02 +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 Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-live-robotics.ks
fedora-live-scientific_kde.ks
fedora-live-security.ks Update comments to dnfdragora 2017-04-01 01:38:37 +02:00
fedora-live-soas.ks
fedora-live-workstation.ks disable caching repo metadata 2017-03-09 17:37:00 -06:00
fedora-live-xfce.ks
fedora-lxde-common.ks Update comments to dnfdragora 2017-04-01 01:38:37 +02:00
fedora-lxqt-common.ks LXQt: dnfdragora-gui pulls libyui-qt automatically 2017-04-03 23:41:06 +02:00
fedora-mate-common.ks Update comments to dnfdragora 2017-04-01 01:38:37 +02:00
fedora-python-classroom-common.ks Python Classroom: Add optional packages from the group 2017-03-03 16:20:09 +01:00
fedora-python-classroom-gnome-common.ks Python Classroom: Add optional packages from the group 2017-03-03 16:20:09 +01:00
fedora-python-classroom-vagrant.ks Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-common.ks SoAS: drop need for webkitgtk3, using webkitgtk4 dep directly in sugar-0.110.0-3 2017-03-27 14:21:29 +01:00
fedora-workstation-common.ks
fedora-xfce-common.ks Update comments to dnfdragora 2017-04-01 01:38:37 +02: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