bifrost/step1/files/xinetd.tftp
Julia Kreger 84c2be4004 Continued work on implementing tftp service
Implemented a tftp installation, and installation of the required
services and changes to support iPXE.
2015-02-24 18:39:42 -05:00

13 lines
286 B
Plaintext

service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = --map-file /tftpboot/map-file /tftpboot
disable = no
flags = IPv4
}