diff --git a/doc/source/deploy/dhcp.rst b/doc/source/deploy/dhcp.rst index 85126eca0..e171c6b98 100644 --- a/doc/source/deploy/dhcp.rst +++ b/doc/source/deploy/dhcp.rst @@ -27,7 +27,7 @@ depending on the environment configuration. dnsmasq:: dhcp-match=set:ipxe,175 # iPXE sends a 175 option. - dhcp-boot=tag:!ipxe,undionly.kpxe,, + dhcp-boot=tag:!ipxe,/undionly.kpxe,, dhcp-boot=http://:8080/boot.ipxe Internet Systems Consortium DHCPd:: @@ -35,7 +35,7 @@ Internet Systems Consortium DHCPd:: if exists user-class and option user-class = "iPXE" { filename "http://:8080/boot.ipxe"; } else { - filename "undionly.kpxe"; + filename "/undionly.kpxe"; next-server ; }