pxe: dnsmasq: fix tftp path
This commit is contained in:
parent
965bb82854
commit
2adb2ee4cc
|
@ -36,7 +36,7 @@ dhcp-range=${nfs_allowed_lan%/*},proxy
|
|||
dhcp-boot=pxelinux.0
|
||||
pxe-service=x86PC,"Network Boot",pxelinux
|
||||
enable-tftp
|
||||
tftp-root=/srv/tftp
|
||||
tftp-root=${tftp_path}
|
||||
END
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue