... | ... | @@ -6,6 +6,7 @@ After a successful CentOS installation a kickstart file can be found at ``/root/ |
|
|
* partitioning (disks, partitions, raids, lvm, filesystem types, mountpoints)
|
|
|
* package selections (package groups, individual packages)
|
|
|
* services and firewall (can enable ssh and allow access through firewalld)
|
|
|
* users and passwords (as salted hashes, like in ``/etc/shadow``)
|
|
|
* custom user (post) installation scripts
|
|
|
The kickstart file is machine specific with regards to networking and partitioning configuration. But it can be made quite universal, if dhcp is used for the network setup and all nodes you want to install contain the same number of disks (and a minimum amount of space on each disk).
|
|
|
|
... | ... | |