]> git.openstreetmap.org Git - chef.git/commitdiff
dhcpd: use correct netboot.xyz PXE filename.
authorGrant Slater <github@firefishy.com>
Sat, 23 Sep 2023 22:55:55 +0000 (23:55 +0100)
committerGrant Slater <github@firefishy.com>
Sat, 23 Sep 2023 22:56:09 +0000 (23:56 +0100)
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 -%>