ksvalidator
Python library for manipulating kickstart files
Install
- All systems
-
curl cmd.cat/ksvalidator.sh
- Debian
-
apt-get install python-pykickstart
- Ubuntu
-
apt-get install python-pykickstart
- 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
- Dockerfile
- dockerfile.run/ksvalidator
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.