1KSFLATTEN(1) General Commands Manual KSFLATTEN(1)
2
3
4
6 ksflatten — flatten a kickstart file
7
9 ksflatten [-c | --config INFILE] [-o | --output OUTFILE] [-v | --ver‐
10 sion VERSION]
11
13 ksflatten is a program that takes an input kickstart file potentially
14 containing includes and generates an output file with all the includes
15 inlined.
16
18 ksflatten returns 0 on success, and 1 if INFILE does not exist or there
19 is an error parsing the kickstart file.
20
22 -c, --config INFILE
23 The name of the input kickstart file.
24
25 -o, --output OUTFILE
26 Write the flattened kickstart file to OUTFILE, or stdout if
27 no filename is given.
28
29 -v, --version VERSION
30 Use this version of kickstart syntax when processing the
31 file, or the latest if no version is given.
32
34 ksshell (1), ksvalidator (1), ksverdiff (1)
35
36
37
38 KSFLATTEN(1)