ksflatten

Python library for manipulating kickstart files

Install

All systems
curl cmd.cat/ksflatten.sh
Debian Debian
apt-get install python-pykickstart
Ubuntu
apt-get install python-pykickstart
image/svg+xml Kali Linux
apt-get install python-pykickstart
CentOS
yum install pykickstart
Fedora
dnf install pykickstart
Windows (WSL2)
sudo apt-get update sudo apt-get install python-pykickstart
Raspbian
apt-get install python-pykickstart

python-pykickstart

Python library for manipulating kickstart files

pykickstart is a Python library consisting of a data representation of kickstart files, a parser to read file into that representation, and a writer to generate kickstart files. The kickstart file is a simple text file, containing a list of items, each identified by a keyword. The kickstart configuration format is used for image configuration and to automate operating system installations.

pykickstart

kickstart files