This is an old revision of the document!
TFTP Server
sudo apt-get install xinetd tftpd tftp
service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /tftpboot
disable = no
}