=== `ipxe.py` This file handles building the "mini" ISO via iPXE. ==== buildIPXE(_conf_) This function builds the iPXE core files. ===== conf See <>. ==== genISO(_conf_) This function builds the mini ISO (if <>). Returns a dictionary of information about the built ISO file (see <>). ===== conf See <>. ==== tftpbootEnv(_conf_) This function configures a TFTP boot/root directory for traditional PXE setups. NOTE: This function currently is a no-op; it will be implemented in future versions. ===== conf See <>.