|
# Setup for installing CentOS 7 with PXE and kickstart
|
|
# Setup for installing CentOS 7 with PXE and kickstart
|
|
## What is kickstart
|
|
## 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):
|
|
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 (disk, http, nfs)
|
|
* the image source / repo (disk, http, nfs)
|
|
* networking info (links, static or dhcp)
|
|
* networking info (links, static or dhcp)
|
|
* partitioning (disk, raid, lvm, sizes, filesystem types, mountpoints)
|
|
* partitioning (disk, raid, lvm, sizes, filesystem types, mountpoints)
|
|
* package selections (package groups, individual packages)
|
|
* package selections (package groups, individual packages)
|
... | | ... | |