pxe: dnsmasq: fix tftp path
This commit is contained in:
parent
2b902f3a5a
commit
8a5942a287
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue