adding iPXE

This commit is contained in:
2015-06-26 22:32:25 -04:00
parent e97cda244e
commit 1503f55f5b
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -24,3 +24,4 @@
/logs /logs
*.swp *.swp
*.lck *.lck
i#src/ipxe/src/

5
.gitmodules vendored Normal file
View File

@@ -0,0 +1,5 @@
[submodule "src/ipxe"]
path = src/ipxe
url = git://git.ipxe.org/ipxe.git
[submodule "ipxe"]
branch = master

1
src/ipxe Submodule

Submodule src/ipxe added at d73982f098