... | ... | @@ -2,7 +2,7 @@ |
|
|
## What is kickstart
|
|
|
After a successful CentOS installation a kickstart file can be found at ``/root/anaconda-ks.cfg``. A kickstart file contains a set of instructions for the installer to repoduce the current (initial) installation. The file includes the following (and possibly more):
|
|
|
* the image source / repo (disk, http, nfs)
|
|
|
* networking info (links, static or dhcp)
|
|
|
* networking info (links, static or dhcp address configuration)
|
|
|
* partitioning (disk, raid, lvm, sizes, filesystem types, mountpoints)
|
|
|
* package selections (package groups, individual packages)
|
|
|
* services and firewall (can enable ssh and allow access through firewalld)
|
... | ... | |