pxe: dnsmasq: fix tftp path

This commit is contained in:
pedro 2024-09-24 12:36:23 -03:00
parent 965bb82854
commit 2adb2ee4cc
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ dhcp-range=${nfs_allowed_lan%/*},proxy
dhcp-boot=pxelinux.0 dhcp-boot=pxelinux.0
pxe-service=x86PC,"Network Boot",pxelinux pxe-service=x86PC,"Network Boot",pxelinux
enable-tftp enable-tftp
tftp-root=/srv/tftp tftp-root=${tftp_path}
END END
} }