This project builds a custom iPXE image which is used in the Managed Service Platform to netboot customer appliances and virtual machines.
This code is inspired by the https://netboot.xyz project.
- make
- Docker
To build the generic iPXE iso, run:
make bin/ipxe-multiarch.isoTo clean build artifacts, run:
make cleanTo remove everything from your system, run:
make nukeYou can customize the number of build threads for the iPXE compiling by setting BUILD_THREADS to the desired number. The default value is 4.
make BUILD_THREADS=8