]> git.openstreetmap.org Git - chef.git/commitdiff
dhcpd: Use "legacy" netboot images without USB NIC support master
authorGrant Slater <github@firefishy.com>
Wed, 13 May 2026 20:51:10 +0000 (21:51 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 13 May 2026 20:51:15 +0000 (21:51 +0100)
The USB NIC support causes issues for example USB keyboard in HPE iLO
https://github.com/netbootxyz/netboot.xyz/pull/1777

cookbooks/dhcpd/recipes/default.rb

index 685d08c3b4f86de85831512f1031b4bdba10719b..175b316e3eaa6abeee121975f406b27464d86dbe 100644 (file)
@@ -31,7 +31,7 @@ end
 
 remote_file "/srv/tftp/netboot.xyz.efi" do
   action :create
-  source "https://boot.netboot.xyz/ipxe/netboot.xyz.efi"
+  source "https://boot.netboot.xyz/ipxe/netboot.xyz-legacy.efi"
   owner "root"
   group "root"
   mode "644"
@@ -47,7 +47,7 @@ end
 
 remote_file "/srv/tftp/netboot.xyz.kpxe" do
   action :create
-  source "https://boot.netboot.xyz/ipxe/netboot.xyz.kpxe"
+  source "https://boot.netboot.xyz/ipxe/netboot.xyz-legacy.kpxe"
   owner "root"
   group "root"
   mode "644"