Build Your Own Remix with Fedora: Difference between revisions
| Line 99: | Line 99: | ||
cp /usr/share/spin-kickstarts/*.ks /home/(user*)/spin-kickstarts/ | cp /usr/share/spin-kickstarts/*.ks /home/(user*)/spin-kickstarts/ | ||
cd /home/(user*)/spin-kickstarts/ | cd /home/(user*)/spin-kickstarts/ | ||
=====ksflatten===== | |||
*program to convert kickstart files into one file | |||
KSFLATTEN(1) General Commands Manual KSFLATTEN(1) | |||
NAME | |||
ksflatten — flatten a kickstart file | |||
SYNOPSIS | |||
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 | |||
======Examples====== | |||
# /Downloads/spin-kickstarts | |||
ksflatten -v, --config fedora-livecd-soas.ks -o flat-fedora-livecd-soas.ks --version F21 | |||
=====git spin-kickstarts===== | =====git spin-kickstarts===== | ||