
Updates to the README to provide additional context and sync up with the file layout. Moved the setup folder to the install folder as the folder is specificially utilized to install.
13 lines
286 B
Plaintext
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
|
|
}
|