This is an old revision of the document!
A PCRE internal error occured. This might be caused by a faulty plugin
====== Pxeknife integretion with pxeknife ====== ===== Plan ===== provide pxe images/rom/nic with gpxe script embedded. This script will connect to pxeknife server to get boot loader. ===== Implementation ===== In file rom-o-matic/build.php the image is compiled by following command <code> make -C '$dir' '$target' </code> I have modified it to compile with embedded image by modifying above code with <code> make -C '$dir' EMBEDDED_IMAGE=./pxeDHCP.gpxe '$target' </code> ===== Problems =====