ksflatten (1) - Linux Manuals
ksflatten: flatten a kickstart file
NAME
ksflatten --- flatten a kickstart fileSYNOPSIS
ksflatten [-c | --config INFILE] [-o | --output OUTFILE] [-v | --version VERSION]
DESCRIPTION
ksflatten is a program that takes an input kickstart file potentially containing includes and generates an output file with all the includes inlined.
EXIT STATUS
ksflatten returns 0 on success, and 1 if INFILE does not exist or there is an error parsing the kickstart file.
OPTIONS
- -c, --config INFILE
- The name of the input kickstart file.
- -o, --output OUTFILE
- Write the flattened kickstart file to OUTFILE, or stdout if no filename is given.
- -v, --version VERSION
- Use this version of kickstart syntax when processing the file, or the latest if no version is given.
SEE ALSO
ksvalidator (1), ksverdiff (1)