removed ipxe submodule- we handle this with a checkout from within python

This commit is contained in:
brent s. 2016-11-28 13:35:24 -05:00
parent 736457a6e0
commit dcceafc979
4 changed files with 7 additions and 7 deletions

5
.gitmodules vendored
View File

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

View File

@ -9,5 +9,9 @@ def buildIPXE(conf):
bdisk = conf['bdisk']
ipxe = conf['ipxe']
templates_dir = build['basedir'] + '/extra/templates'
patches_dir = build['basedir'] +
ipxe_tpl = templates_dir + '/iPXE'
patches_dir = ipxe_tpl + '/patches'
srcdir = build['srcdir']
ipxe_src = srcdir + '/ipxe'
ipxe_git_uri =
pass

View File

@ -2,6 +2,8 @@
-i_am_a_racecar optimizations
-see also: grep -HnR bdisk/*.py
-TFTP, HTTP, RSYNC, git
-UPDATE THE README!
-sizes of build iso files

## General ##


@ -1 +0,0 @@
Subproject commit 0a4805bf943be5b573b0560ecfcc88ff9999fd95