0N/AROM-o-matic web interface for building iPXE ROMs
1564N/A------------------------------------------------
0N/AThis web application generates iPXE images and sends them to a web
0N/AAvailable as part of the iPXE source code distribution, which can be
0N/AAuthor: Marty Connor <mdc@etherboot.org>
0N/A Please send support questions to the iPXE mailing list
1472N/A- Tools required to build iPXE installed on the server
1472N/A - gcc, mtools, syslinux, perl, etc.
0N/AAs distributed, it is expected that the rom-o-matic source code
0N/Adirectory is in the contrib directory of a iPXE source distribution.
0N/AThe easiest way to do this is to simply put a iPXE source distribution
0N/Ain a web server accessible directory.
0N/AIf this is not the case, you will need to either edit the file
0N/Aor create a file called
0N/Acontaining the following lines:
0N/A$src_dir = "../../src";
0N/AThen change the line beginning "$src_dir = " to the path of your iPXE
0N/ATo make build times shorter, before you run rom-o-matic for the first time
1410N/Ayou should cd to the ipxe "src" directory and enter the following
0N/AThis will pro-compile most object files and will make your rom-o-matic
0N/ARunning rom-o-matic from a web browser
0N/A--------------------------------------