Go to file
Dusty Mabe 007c54025d
docker-base: ignore return code of systemd-tmpfiles
Ignore the return code of the systemd-tmpfiles command because
at this point we have already removed the /etc/machine-id (8f3beac)
and all tmpfiles lines with %m in them will fail and cause a bad
return code. Example failure:
  [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m

(cherry picked from commit a4ae071339)
2017-05-19 13:13:09 -04:00
atomic-installer
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks arm: drop dracut-config-rescue as the rescue images aren't overly useful on the disk images and cause other issues with extlinux 2017-04-12 11:17:07 +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: don't use cmdline for install mode 2017-05-08 11:38:45 -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 cloud: remove comments that don't apply 2017-05-19 13:06:50 -04:00
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-disk-base.ks For RPi3 64 bit we need to put the 64bit config in place to boot 2017-04-30 10:39:22 +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