netboot/third_party
David Anderson b7411f3ed3 Only boot with ipxe.pxe if we're chainloading from another iPXE. #63
undionly.kpxe doesn't work if you chainload from a native iPXE, but it's
required for physical machines with NICs that iPXE doesn't natively
support.

In my previous attempt to handle Virtualbox's crippled iPXE, I switched
all BIOS-based boots to use ipxe.pxe. This was a bad idea, so now instead
we specifically recognize third-party iPXE builds, and only chainload
*those* with ipxe.pxe, and stick with undionly.kpxe for the rest.
2018-02-04 14:41:09 -08:00
..
ipxe Only boot with ipxe.pxe if we're chainloading from another iPXE. #63 2018-02-04 14:41:09 -08:00
Makefile Only boot with ipxe.pxe if we're chainloading from another iPXE. #63 2018-02-04 14:41:09 -08:00