pxe: add ref to dhcp proxy
This commit is contained in:
parent
6c513cb5d3
commit
2fd0d2fdb9
|
@ -57,6 +57,7 @@ install_tftp() {
|
||||||
# from https://wiki.debian.org/PXEBootInstall#Simple_way_-_using_Dnsmasq
|
# from https://wiki.debian.org/PXEBootInstall#Simple_way_-_using_Dnsmasq
|
||||||
cat > /etc/dnsmasq.d/pxe-tftp <<END
|
cat > /etc/dnsmasq.d/pxe-tftp <<END
|
||||||
port=0
|
port=0
|
||||||
|
# info: https://wiki.archlinux.org/title/Dnsmasq#Proxy_DHCP
|
||||||
dhcp-range=${nfs_allowed_lan%/*},proxy
|
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
|
||||||
|
|
Loading…
Reference in New Issue