checking in some work
This commit is contained in:
parent
8d66fc37f0
commit
3dc366595c
@ -2,9 +2,13 @@
|
|||||||
<ipxe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<ipxe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns="https://router.r00t2.io/boootbox/ipxe/build/"
|
xmlns="https://router.r00t2.io/boootbox/ipxe/build/"
|
||||||
xsi:schemaLocation="https://router.r00t2.io/boootbox/ipxe/build/ http://schema.xml.r00t2.io/projects/ipxe/build.xsd">
|
xsi:schemaLocation="https://router.r00t2.io/boootbox/ipxe/build/ http://schema.xml.r00t2.io/projects/ipxe/build.xsd">
|
||||||
|
<source srcDir="/opt/builds/ipxe_build">
|
||||||
<patchSet srcDir="/opt/builds/ipxe_build">
|
<upstream>
|
||||||
<switchOpts root="src">
|
<git>git://git.ipxe.org/ipxe.git</git>
|
||||||
|
<dest>/opt/builds/ipxe_src</dest>
|
||||||
|
</upstream>
|
||||||
|
<patchSet>
|
||||||
|
<switchOpts subDir="src">
|
||||||
<opts file="config/general.h">
|
<opts file="config/general.h">
|
||||||
<enable>
|
<enable>
|
||||||
<opt>NET_PROTO_IPV6</opt>
|
<opt>NET_PROTO_IPV6</opt>
|
||||||
@ -70,10 +74,11 @@
|
|||||||
-->
|
-->
|
||||||
</opts>
|
</opts>
|
||||||
</switchOpts>
|
</switchOpts>
|
||||||
<patch root="/opt/builds/patches/ipxe">
|
<patch patchDir="/opt/builds/patches/ipxe">
|
||||||
<patchFile>git-version.patch</patchFile>
|
|
||||||
<patchFile>git-version.patch</patchFile>
|
<patchFile>git-version.patch</patchFile>
|
||||||
|
<patchFile>banner.patch</patchFile>
|
||||||
|
<patchFile>efi-iso.patch</patchFile>
|
||||||
</patch>
|
</patch>
|
||||||
</patchSet>
|
</patchSet>
|
||||||
|
</source>
|
||||||
</ipxe>
|
</ipxe>
|
||||||
|
Loading…
Reference in New Issue
Block a user