fedora-infrastructure/bfo
2010-08-17 14:44:07 -05:00
..
pxelinux.cfg removing duplicate pub/pub 2010-08-05 13:09:12 -05:00
bfo.png Added more bfo content 2010-01-19 16:28:51 +00:00
dhcp.gpxe Added gplv2 to script 2010-02-22 13:31:45 -06:00
FEDORA-INFRA Adding infra notes so I don't forget them 2010-08-17 14:44:07 -05:00
fedora.conf Added more bfo content 2010-01-19 16:28:51 +00:00
README adding utilities and basic build directions 2010-03-10 11:29:03 -06:00
static.gpxe Added gplv2 to script 2010-02-22 13:31:45 -06:00

To build the gpxe images, first download the source tarball from cvs.  Then:

cd src
cp /path/to/bfo/*gpxe ./
sudo ln -s /usr/share/syslinux /usr/lib/syslinux
make EMBEDDED_IMAGE=dhcp.gpxe,static.gpxe bin/gpxe.iso


Note: Building new pxe images should really only be used to fix bugs in gpxe.
BFO menus and things are downloaded with every boot so new pxe images don't
need to be built for most changes.