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 a4ae07133928d8614905d12145ddc545f761c151)
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
Description
Languages
Python
58.3%
JavaScript
33%
Makefile
8.7%