Building with 2 drivers - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Building with 2 drivers (/showthread.php?tid=8249) |
Building with 2 drivers - devorac - 2016-12-05 19:28 Is it possible to build an image with with 2 NIC drivers ie. intel and intelx. Looking through the documentation I do not see an easy method of doing so. RE: Building with 2 drivers - NiKiZe - 2016-12-05 20:33 yes use -- between drivers, for example Code: make bin/intel--intelx.pxe |