Home Linux Distros Redhat
To get same root passwd on all servers  set "rootpw" to the value of the encrypted root password from the initial server

grep 'root' /etc/shadow | awk -F: '{print $2}'


Hostname and static networking in kickstart file

network --bootproto static --ip <xxx.xxx.xxx.xxx>  --device=eth0 --onboot=on --nameserver "xxx.xxx.xxx.xxx,xxx.xxx.xxx.xxx" --hostname <hostname.domain>  --noipv6  --gateway <xxx.xxx.xxx.xxx>


Install with kickstart from dvd boot, grub prompt

linux ks=http://<satellite.domain>/pub/<nom_systeme>.ks