mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-27 15:05:22 +00:00
Adam Williamson
82ad98acef
Explicitly pull chkconfig into live images
As livesys and livesys-late are still SysV services, they need systemd-sysv-install to work, which is part of chkconfig. Until now chkconfig was getting pulled into live images via packages that require update-alternatives, which was previously part of chkconfig - but it just got split into its own package, so now those packages don't pull in chkconfig any more. This broke the KDE live image and probably several others in recent Rawhide, livesys and livesys-late don't run so there's no 'liveuser' and root isn't accessible. Workstation didn't break because a java package still pulls chkconfig into it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
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
This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Languages
Python
58.3%
JavaScript
33%
Makefile
8.7%