# aptitude install tftpd
Editer le fichier de conf de inetd avec votre éditeur favori :
# emacs /etc/inetd.conf
Changer la ligne qui commence par tftp par
tftp dGram udp4 wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /tftpboot
Ici le répertoire de destination est le /tftpboot , pour relancer inetd c'est simple:
# killall inetd ; inetd &