... | @@ -8,6 +8,7 @@ After a successful CentOS installation a kickstart file can be found at ``/root/ |
... | @@ -8,6 +8,7 @@ After a successful CentOS installation a kickstart file can be found at ``/root/ |
|
* services and firewall (can enable ssh and allow access through firewalld)
|
|
* services and firewall (can enable ssh and allow access through firewalld)
|
|
* users and passwords (as salted hashes, like in ``/etc/shadow``)
|
|
* users and passwords (as salted hashes, like in ``/etc/shadow``)
|
|
* custom user (post) installation scripts
|
|
* 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).
|
|
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).
|
|
|
|
|
|
## How do you (we) kickstart
|
|
## How do you (we) kickstart
|
... | | ... | |