Go to file
Dennis Gilmore df8eca7318 import just the primary rpm gpg key
anaconda apparently fails now if the scriptlet fails which happens
on 32 bit arm:
Error

  There was an error running the kickstart script at line 28.  This is a fatal
  error and installation will be aborted.  The details of this error are:

  + LANG=en_US
  + echo '%_install_langs en_US'
  + echo 'Import RPM GPG key'
  Import RPM GPG key
  ++ rpm -q --qf '%{version}\n' fedora-release
  + releasever=27
  ++ uname -i
  + basearch=armv7l
  + rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-armv7l
  error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-armv7l: import read failed(2).

  Press ENTER to exit: systemd-localed.service: Got notification message from PID 2286 (STOPPING=1)

as all the rpms in f27 are signed by the sole key lets just import that

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-03-10 15:36:28 -06:00
atomic-installer
custom
l10n Fixed not deleting ibus packages 2017-02-27 07:50:48 +09:00
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks
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 lxqt: trojita not available on non-x86 2017-02-27 16:13:13 +01:00
fedora-arm-mate.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-minimal.ks
fedora-arm-python-classroom.ks Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-arm-server.ks
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 Revert "Revert "Merge branch 'master' into pull_request_workflow"" 2017-02-20 08:00:14 -06:00
fedora-atomic.ks all: Correct path to /var/lib/systemd/random-seed 2017-02-17 15:05:13 -05:00
fedora-cinnamon-common.ks Cinnamon: Drop PackageKit-command-not-found 2017-02-20 21:29:59 +01:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks cloud: remove sshfs from vagrant image. 2017-02-27 11:53:04 -05:00
fedora-cloud-base.ks Add bits required for aarch64 images 2017-03-03 17:48:29 +00:00
fedora-cloud-bigdata.ks all: Correct path to /var/lib/systemd/random-seed 2017-02-17 15:05:13 -05:00
fedora-cloud-experimental.ks all: Correct path to /var/lib/systemd/random-seed 2017-02-17 15:05:13 -05:00
fedora-docker-base-minimal.ks import just the primary rpm gpg key 2017-03-10 15:36:28 -06:00
fedora-docker-base.ks import just the primary rpm gpg key 2017-03-10 10:56:48 -06: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: initial import 2017-02-14 15:18:12 +01:00
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
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
fedora-lxqt-common.ks lxqt: added storaged to fix #1429132 2017-03-06 21:57:17 +01:00
fedora-mate-common.ks f26 MATE: add mp3 decoder for gstreamer 2017-02-11 09:55:02 +01: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
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