Hi,
I never worked with Kickstart, and I’d like to use it for automating some installations.
I wonder how I would get my local machines to actually use their Kickstart files. As far as I understand, you have to use a local TFTP server to distribute them over the local network. (I never used TFTP and don’t even know what it is.)
I have a local Dnsmasq server running Rocky Linux 8, and as far as I can tell, Dnsmasq is able to use TFTP.
Here’s what I’m vaguely planning to do (correct me if I’m wrong).
-
Install Rocky Linux on a local sandbox PC.
-
Grab the
/root/anaconda-ks.cfg
file that has been created. -
Configure a local TFTP server on my Dnsmasq installation.
-
Rename the Kickstart file to something like
sandbox-ks.cfg
and put it on my TFTP server. -
Boot the sandbox PC on the Rocky Linux installer and then use some magic option to retrieve the Kickstart file over the network.
Has someone here actually used this kind of scenario? Can you point me to some relevant documentation?
Cheers,
Niki