Specifying a tftp server with DHCP
This was not at all obvious in the documentation, so I thought I'd give a real-world confirmation that if you want to specify a tftp server in your dhcpd.conf, this is what you do:
option tftp-server-name "192.168.1.5";


