3 ksflatten \(em flatten a kickstart file
6 \fBksflatten\fR [\fB\-c\fR | \fB\-\-config INFILE\fP] [\fB\-o\fR | \fB\-\-output OUTFILE\fP] [\fB\-v\fR | \fB\-\-version VERSION\fP]
9 \fBksflatten\fR is a program that takes an input kickstart file potentially containing includes and generates an
10 output file with all the includes inlined.
13 \fBksflatten\fR returns 0 on success, and 1 if INFILE does not exist or there is an error parsing the kickstart file.
15 .IP "\fB\-c\fR, \fB\-\-config INFILE\fP" 10
16 The name of the input kickstart file.
17 .IP "\fB\-o\fR, \fB\-\-output OUTFILE\fP" 10
18 Write the flattened kickstart file to OUTFILE, or stdout if no filename is given.
19 .IP "\fB\-v\fR, \fB\-\-version VERSION\fP" 10
20 Use this version of kickstart syntax when processing the file, or the latest if no version is given.
23 ksvalidator (1), ksverdiff (1)