0N/AROM-o-matic web interface for building iPXE ROMs
1564N/A------------------------------------------------
0N/A
0N/AThis web application generates iPXE images and sends them to a web
0N/Abrowser.
0N/A
0N/AAvailable as part of the iPXE source code distribution, which can be
0N/Adownlaoded from http://etherboot.org/
0N/A
0N/AAuthor: Marty Connor <mdc@etherboot.org>
0N/ALicense: GPLv2
0N/ASupport: http://etherboot.org/mailman/listinfo/ipxe
0N/A Please send support questions to the iPXE mailing list
0N/A
0N/ASystem Requirements
0N/A-------------------
0N/A- Apache web server
0N/A- PHP 4+
1472N/A- Tools required to build iPXE installed on the server
1472N/A - gcc, mtools, syslinux, perl, etc.
1472N/A
0N/ASetup
0N/A-----
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/A
0N/AThe easiest way to do this is to simply put a iPXE source distribution
0N/Ain a web server accessible directory.
0N/A
0N/AIf this is not the case, you will need to either edit the file
0N/A
0N/A "globals.php"
0N/A
0N/Aor create a file called
0N/A
0N/A "local-config.php"
0N/A
0N/Acontaining the following lines:
0N/A
0N/A<?php
0N/A$src_dir = "../../src";
0N/A?>
0N/A
0N/AThen change the line beginning "$src_dir = " to the path of your iPXE
0N/Asource code tree.
0N/A
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
1410N/Acommands:
1410N/A
0N/A $ make
0N/A $ make bin/NIC
0N/A
0N/AThis will pro-compile most object files and will make your rom-o-matic
0N/Abuilds much faster.
0N/A
0N/ARunning rom-o-matic from a web browser
0N/A--------------------------------------
0N/AEnter a URL like:
0N/A
0N/A http://example.com/ipxe-1.x.x/contrib/rom-o-matic
0N/A
0N/A