Clone of https://pagure.io/fedora-kickstarts
aca01e6eea
it's no longer pulled in by cloud-init (since 2014...). None of these kickstarts has it in %packages, and it's not in any of the cloud environment or package groups in comps either. So it seems like no-one particularly wants rsyslog in the cloud images. From compose logs, it looks like trying to enable a non-existent service in anaconda in Fedora 24 and earlier wasn't a fatal error (anaconda more or less logged a warning and continued), but in Fedora 25 and later it does seem to be fatal. It at least causes one anaconda thread to crash, though the image compose completes. I think possibly at least the way anaconda's run in the Cloud compose process, the main thread manages to exit, but it seems pretty likely the thread crash will result in problems in the produced image. Needed on master and f25. |
||
---|---|---|
atomic-installer | ||
custom | ||
l10n | ||
snippets | ||
templates | ||
tools | ||
.gitignore | ||
AUTHORS | ||
COPYING | ||
fedora-aos.ks | ||
fedora-arm-base.ks | ||
fedora-arm-kde.ks | ||
fedora-arm-lxde.ks | ||
fedora-arm-mate.ks | ||
fedora-arm-minimal.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 | ||
fedora-cinnamon-packages.ks | ||
fedora-cloud-atomic-pxetolive.ks | ||
fedora-cloud-base-arm.ks | ||
fedora-cloud-base-ppc.ks | ||
fedora-cloud-base-vagrant.ks | ||
fedora-cloud-base.ks | ||
fedora-cloud-bigdata.ks | ||
fedora-cloud-experimental.ks | ||
fedora-docker-base-arm.ks | ||
fedora-docker-base-ppc.ks | ||
fedora-docker-base.ks | ||
fedora-kde-packages.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-mate_compiz.ks | ||
fedora-live-minimization.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-packages.ks | ||
fedora-mate-packages.ks | ||
fedora-repo-not-rawhide.ks | ||
fedora-repo-rawhide.ks | ||
fedora-repo.ks | ||
fedora-soas-packages.ks | ||
fedora-workstation-packages.ks | ||
fedora-xfce-packages.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