Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. next-server 10.0.3.2;
  2. if ( substring(option vendor-class-identifier, 0, 9) = "AAPLBSDPC"
  3. and substring(option vendor-class-identifier, 10, 4) = "i386" ) {
  4. # This needs to be there to tell the client we're an Apple boot server
  5. option vendor-class-identifier "AAPLBSDPC";
  6. # Normally the client asks for a list, we respond, they tell us what we want,
  7. # then we send a select back with the information of that image.
  8. # This skips all that and forces the select down to the client.
  9. option vendor-encapsulated-options 01:01:02;
  10. # Use ipxe.efi for native drivers, or snponly.efi for underlying UNDI
  11. # Using snponly.efi because Mac mini NIC is not yet supported by iPXE
  12. #filename "ipxe-x86.efi";
  13. filename "snponly-x86.efi";
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement