mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
68804358d892a15ec62ee55bd7af7e21bdf78028
a59dfe5caused us a few problems: - sed was breaking the symlink on atomic systems - /boot/grub2/grub.cfg is not the right file on a UEFI system - etc.. We'll solve this problem a different way by just not installing plymouth in our systems, which is another way [1] to make sure rhgb/quiet don't appear on your kernel command line. [1]ee91db6fa3/pyanaconda/payload/__init__.py (L722-L726)
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.6%
JavaScript
32.8%
Makefile
8.6%