Add support for specifying thin pool profile
[pykickstart.git] / docs / ksflatten.1
blobb6564d2ae9472045ef357ec2208dd425f7b6dd9a
1 .TH "KSFLATTEN" "1"
2 .SH "NAME"
3 ksflatten \(em flatten a kickstart file
4 .SH "SYNOPSIS"
5 .PP
6 \fBksflatten\fR [\fB\-c\fR | \fB\-\-config INFILE\fP]  [\fB\-o\fR | \fB\-\-output OUTFILE\fP]  [\fB\-v\fR | \fB\-\-version VERSION\fP]
7 .SH "DESCRIPTION"
8 .PP
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.
11 .SH "EXIT STATUS"
12 .PP
13 \fBksflatten\fR returns 0 on success, and 1 if INFILE does not exist or there is an error parsing the kickstart file.
14 .SH "OPTIONS"
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.
21 .SH "SEE ALSO"
22 .PP
23 ksvalidator (1), ksverdiff (1)