From: Grant Slater Date: Sat, 23 Sep 2023 22:55:55 +0000 (+0100) Subject: dhcpd: use correct netboot.xyz PXE filename. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/16f2a87f41d4da678c0350a4e3eb50a20eec6b53 dhcpd: use correct netboot.xyz PXE filename. --- diff --git a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb index 79f6f029d..79eca18e6 100644 --- a/cookbooks/dhcpd/templates/default/dhcpd.conf.erb +++ b/cookbooks/dhcpd/templates/default/dhcpd.conf.erb @@ -32,7 +32,7 @@ subnet <%= address.network %> netmask <%= address.netmask %> { } elsif option arch = 00:07 { filename "netboot.xyz.efi"; } else { - filename "netboot.xyz-undionly.kpxe"; + filename "netboot.xyz.kpxe"; } } <% end -%>