December 2015
Intermediate to advanced
250 pages
4h 41m
English
A kickstart file is essentially a file containing all the necessary answers to questions that are asked during a typical install. It was created by Red Hat in response to the need for automated installs. Using kickstart, an admin can create one file or template containing all the instructions.
There are three ways to create a kickstart file:
system-config-kickstart toolIn this recipe, I will cover a combination of the first two.
Before we can get down to the nitty-gritty of generating our base kickstart file or template, we need to install system-config-kickstart. Run the following command:
~# yum install -y system-config-kickstart ...