Advertisement
dyeske

uefi dhcpd.conf stuff

Jan 14th, 2021
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. class "UEFI-64-1" {
  2. match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007";
  3. if exists user-class and option user-class = "iPXE" {
  4. filename "default.ipxe";
  5. } else {
  6. filename "bin-x86_64-efi/snponly.efi";
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement