Sync from SUSE:ALP:Source:Standard:1.0 tftp revision 3c707b4ac5ad9ccd253aadda40d9edf1

This commit is contained in:
2023-11-27 11:51:28 +01:00
commit 7a92563047
15 changed files with 1016 additions and 0 deletions

25
tftp.sysconfig Normal file
View File

@@ -0,0 +1,25 @@
## Description: TFTP Configuration
## Type: string
## Default: "tftp"
#
# daemon user (tftp)
#
TFTP_USER="tftp"
## Type: string
## Default: ""
##
## INFO:
#
# tftp options
#
TFTP_OPTIONS=""
## Type: string
## Default: "/srv/tftpboot"
## was "/tftpboot" but
## "/tftpboot" is not allowed anymore in FHS 2.2.
#
# TFTP directory must be a world readable/writable directory.
#
TFTP_DIRECTORY="/srv/tftpboot"