bdisk/docs/manual/dev/functions/IPXE.adoc

565 B

ipxe.py

This file handles building the "mini" ISO via iPXE.

buildIPXE(conf)

This function builds the iPXE core files.

conf

See [conf].

genISO(conf)

This function builds the mini ISO (if enabled). Returns a dictionary of information about the built ISO file (see [iso]).

conf

See [conf].

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 [conf].