summaryrefslogtreecommitdiffstats
path: root/contrib/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [contrib] Move most contrib content to a separate repositoryMarty Connor2010-01-172-12/+0Star
| | | | | | | | | | | Most of the content that was previously in this directory has been moved to a separate git repository: http://git.etherboot.org/?p=contrib.git;a=summary or the Etherboot Project wiki: http://etherboot.org/
* [image] Allow multiple embedded imagesMichael Brown2009-02-162-0/+12
This patch extends the embedded image feature to allow multiple embedded images instead of just one. gPXE now always boots the first embedded image on startup instead of doing the hardcoded DHCP boot (aka autoboot). Based heavily upon a patch by Stefan Hajnoczi <stefanha@gmail.com>.