Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
download [2009/08/01 15:20] rwcr |
download [2011/09/12 18:58] (current) mdc [Source code (tarballs)] |
||
---|---|---|---|
Line 17: | Line 17: | ||
==== Source code (tarballs) ==== | ==== Source code (tarballs) ==== | ||
- | If you do not have ''git'' installed, you can download a tarball of the current development snapshot of gPXE from [[http://git.etherboot.org/?p=gpxe.git;a=snapshot]] or, a tarball of the most recent official release from [[http://kernel.org/pub/software/utils/boot/gpxe/]]. | + | If you do not have ''git'' installed, you can download a tarball of the current development snapshot of gPXE from [[http://git.etherboot.org/?p=gpxe.git;a=snapshot]] or, a tarball of the most recent official release from [[http://etherboot.org/rel/gpxe/]] or [[http://kernel.org/pub/software/utils/boot/gpxe/]]. |
==== Extensions in development (gpxe-staging) ==== | ==== Extensions in development (gpxe-staging) ==== | ||
- | A separate repository is kept for useful gPXE extensions and patches that have not yet undergone sufficiently thorough testing to be merged into gPXE mainline. See the [[staging|staging page]] if you'd like to help us test them. | + | A separate repository is kept for useful gPXE extensions and patches that have not been sufficiently tested and reviewed to be merged into gPXE mainline. See the [[staging|staging page]] if you'd like to help us test them. |
==== Building from Source ==== | ==== Building from Source ==== | ||
Line 34: | Line 34: | ||
make | make | ||
- | **Centos 5 Notes** | + | **Centos 5 / Fedora 11 Notes** |
You may need to set the value in the line 59 of src/arch/i386/Makefile correctly (/usr/share/syslinux/isolinux.bin), apparently the reference to /usr/lib/syslinux/isolinux.bin is incorrect, this has not been tested in other distros. ISOLINUX_BIN config has been missing for a while. | You may need to set the value in the line 59 of src/arch/i386/Makefile correctly (/usr/share/syslinux/isolinux.bin), apparently the reference to /usr/lib/syslinux/isolinux.bin is incorrect, this has not been tested in other distros. ISOLINUX_BIN config has been missing for a while. | ||
Line 45: | Line 45: | ||
The source code for older Etherboot releases is available from [[http://sourceforge.net/project/showfiles.php?group_id=4233&package_id=4250]] | The source code for older Etherboot releases is available from [[http://sourceforge.net/project/showfiles.php?group_id=4233&package_id=4250]] | ||
- | |||
- | |||
- | |||
- | |||
- |