2010/4/4 lsq726 <[email protected]>: > Hi, > I refer to your method, but run into git fetch peper > Tip: > fatal:the remote end hung up unexpectedly
Hmm, not sure why the server wouldn't work for you. Try: $ git clone git://git.etherboot.org/scm/gpxe.git $ cd gpxe/ $ git remote add peper http://github.com/peper/gpxe-peper.git $ git fetch peper $ git checkout base64 $ cd src $ make > Modify the code which file you can modify the BANNER_TIMEOUT 0\ In gpxe/src: $ echo "#define BANNER_TIMEOUT 0" > config/local/general.h > How can generate undi of GPXE.PXE? > How can generate all-drivers of gpxe.pxe? > How to build for a particular NIC's gpxe.pxe? http://etherboot.org/wiki/howtos -- Best Regards Piotr Jaroszyński _______________________________________________ gPXE mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe
