]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dhcpd/recipes/default.rb
dhcpd: use netboot.xyz-undionly.kpxe for PXE boot.
[chef.git] / cookbooks / dhcpd / recipes / default.rb
index 4304ce006a8ef792aa365dd76d3bdbc4eb0393dc..1a85f8400511407293ade3ecbcfbb6cff66358b6 100644 (file)
@@ -37,6 +37,14 @@ remote_file "/srv/tftp/netboot.xyz.efi" do
   mode "644"
 end
 
+remote_file "/srv/tftp/netboot.xyz-snp.efi" do
+  action :create
+  source "https://boot.netboot.xyz/ipxe/netboot.xyz-snp.efi"
+  owner "root"
+  group "root"
+  mode "644"
+end
+
 remote_file "/srv/tftp/netboot.xyz.kpxe" do
   action :create
   source "https://boot.netboot.xyz/ipxe/netboot.xyz.kpxe"