Fix dnsmasq tftp root

This commit is contained in:
Jeremy Soller 2026-01-22 18:49:43 -07:00
parent 3d17d2d8b6
commit bd88ae9a8d
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -31,7 +31,7 @@ ARGS=(
"--dhcp-range=${NETWORK}.3,${NETWORK}.254,255.255.255.0,1h"
"--dhcp-option=6,1.1.1.1,1.0.0.1"
"--enable-tftp"
"--tftp-root=${BUILD}"
"--tftp-root=$(realpath "${BUILD}")"
# BIOS
"--dhcp-match=set:bios,option:client-arch,0"
"--dhcp-boot=tag:!ipxe,tag:bios,undionly.kpxe"