python-pykickstart

Python library for manipulating kickstart files
  http://fedoraproject.org/wiki/Pykickstart
  0
  no reviews



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.