iPXE-specific options description - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: iPXE-specific options description (/showthread.php?tid=7970) |
iPXE-specific options description - The_Immortal - 2016-02-25 16:03 Hello! I'm wondering where can I find a detailed description about iPXE-specific options (http://ipxe.org/howto/dhcpd): option space ipxe; option ipxe-encap-opts code 175 = encapsulate ipxe; option ipxe.priority code 1 = signed integer 8; option ipxe.keep-san code 8 = unsigned integer 8; option ipxe.skip-san-boot code 9 = unsigned integer 8; option ipxe.syslogs code 85 = string; option ipxe.cert code 91 = string; option ipxe.privkey code 92 = string; option ipxe.crosscert code 93 = string; ... etc. I don't understand what do they mean just by looking at their names... Thank you! RE: iPXE-specific options description - robinsmidsrod - 2016-03-17 13:17 You might find something at http://dox.ipxe.org/. |