A repository providing example kickstart files and snippets.
pykickstart (kickstart) is used for the automatic deployment and configuration. At while-true-do.io, we are using CentOS and Fedora and are also using kickstart.
This repository contains kickstart files and snippets.
The files are located in the files directory. They can be used "as provided". You should consider to tune them to your needs. Changing passwords or partitioning is recommended.
The snippets are located in the snippets directory. They can be used as a starting point for specific features or ideas.
Using kickstart files requires a supported OS.
Install from Github
git clone https://github.com/while-true-do/kickstart-files.git
There are many ways to trigger the installation via kickstart. For a more detailed documentation, you can have a look at the official documentation
You can use kickstart during the regular installation. You only need to interrupt the grub menu via ESC
and type in the proper command.
linux inst.ks=https://<server>/<path>
If you want to make use of kickstart for your KVM Hypervisor, you can use virt-install
.
...snip...
--extra-args="ks=https://raw.githubusercontent.com/while-true-do/kickstart/master/files/centos-base.ks"
...snap...
Additional hints for virt-install
can be found in our tldr repository.
Most of the "generic" tests are located in the Test Library.
Automated testing is done with Travis CI.
Thank you so much for considering to contribute. We are very happy, when somebody is joining the hard work. Please fell free to open Bugs, Feature Requests or Pull Requests after reading the Contribution Guideline.
See who has contributed already in the kudos.txt.
This work is licensed under a BSD-3-Clause License.
- Site https://while-true-do.io
- Twitter https://twitter.com/wtd_news
- Code https://github.com/while-true-do
- Mail hello@while-true-do.io
- IRC freenode, #while-true-do
- Telegram https://t.me/while_true_do