]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dhcpd/templates/default/dhcpd.conf.erb
dhcpd: use correct netboot.xyz PXE filename.
[chef.git] / cookbooks / dhcpd / templates / default / dhcpd.conf.erb
index 79f6f029d279757e3732c19c496f132550a82888..79eca18e69e02d5ff0a13f7b57fde57ea17278fd 100644 (file)
@@ -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 -%>