removed ipxe submodule- we handle this with a checkout from within python
This commit is contained in:
parent
736457a6e0
commit
dcceafc979
5
.gitmodules
vendored
5
.gitmodules
vendored
@ -1,5 +0,0 @@
|
||||
[submodule "ipxe"]
|
||||
branch = master
|
||||
[submodule "src/ipxe"]
|
||||
path = src/ipxe
|
||||
url = git://git.ipxe.org/ipxe.git
|
@ -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
|
||||
|
@ -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
src/ipxe
1
src/ipxe
@ -1 +0,0 @@
|
||||
Subproject commit 0a4805bf943be5b573b0560ecfcc88ff9999fd95
|
Loading…
Reference in New Issue
Block a user