initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

15
tftp-hpa/tftpd.confd Normal file
View File

@@ -0,0 +1,15 @@
# /etc/init.d/tftpd
# Path to server files from
# Depending on your application you may have to change this.
TFTPD_PATH="/var/tftpboot/"
#TFTPD_PATH="/var/tftp/"
#TFTPD_PATH="/tftpboot/"
#TFTPD_PATH="/tftproot/"
# For more options, see tftpd(8)
# -R 4096:32767 solves problems with ARC firmware, and obsoletes
# the /proc/sys/net/ipv4/ip_local_port_range hack.
# -s causes $TFTPD_PATH to be the root of the TFTP tree.
# -l is passed by the init script in addition to these options.
TFTPD_OPTS="-R 4096:32767 -s ${TFTPD_PATH}"