Skip to content

Commit

Permalink
dhcpd: use correct netboot.xyz PXE filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Sep 23, 2023
1 parent 43ff2cf commit 16f2a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/dhcpd/templates/default/dhcpd.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%>
Expand Down

0 comments on commit 16f2a87

Please sign in to comment.