bootbox/builder/example.config.xml

20 lines
535 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<ipxe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://router.r00t2.io/boootbox/ipxe/build/"
xsi:schemaLocation="https://router.r00t.io/boootbox/ipxe/build/ http://schema.xml.r00t2.io/projects/ipxe/build.xsd">
<patchSet>
<switchOpts>
<opts file="config/general.h">
<enable>
<opt>NET_PROTO_IPV6</opt>
</enable>
</opts>
</switchOpts>
<patch>
<patchFile></patchFile>
</patch>
</patchSet>
</ipxe>