Do some google searches for kickstart or look at <a href="http://www.centos.org/docs/4/html/rhel-sag-en-4/s1-kickstart2-options.html">http://www.centos.org/docs/4/html/rhel-sag-en-4/s1-kickstart2-options.html</a><br><br>I have a webserver set up and I use that instead of NFS. I put the cd in, boot the system and at the linux prompt, I run something like: 
<br><br>linux: linux ks=http://<kickstart server>/<config file for specific server><br><br>Then I walk away and wait for the heavy lifting to be done. With kickstart, you can script all the post-install configuration that you typically do -- deploying a system is now down to 15 minutes for me. I have stock configs for mail servers, name servers and webservers -- when I need a new one, it's as simple as provisioning the hardware (and even more simple when using virtualization).
<br><br>If you have a dhcp server, you can do it without a cd at all -- you can use the PXE boot images.<br><br><div><span class="gmail_quote">On 12/2/06, <b class="gmail_sendername">Al Sparks</b> <<a href="mailto:data345@yahoo.com">
data345@yahoo.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I want to set up a server that will do network installs of CentOS,
<br>perhaps through NFS.<br><br>Ideally, I'd put a CentOS in the CD of the target computer, I boot<br>it off of that CD, and then the rest is done over my network and<br>with the server.<br><br>Has anyone done that and published it?  Where can I find docs?
<br>   === Al<br><br><br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos
</a><br></blockquote></div><br>