PXE boot over http

This commit is contained in:
2025-11-11 02:20:23 +01:00
parent cc421f69de
commit 3328fb053c
5 changed files with 31 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ function define_network() {
<ip address="192.168.1.1" netmask="255.255.255.0">
<dhcp>
<range start="192.168.1.2" end="192.168.1.254"/>
<bootp file='ipxe.pxe'/>
<bootp file='http://192.168.1.1:8000/ipxe.pxe'/>
</dhcp>
</ip>
</network>