This commit is contained in:
2023-11-19 13:38:01 -06:00
parent 6f402589d5
commit dcd6a5999a

View File

@@ -115,7 +115,10 @@ chain http://192.168.1.50/files/urbackup/boot.ipxe || goto failed
goto start
:netboot
dhcp
dhcp
chain --autofree http://boot.netboot.xyz || goto failed
set net0/ip 192.168.1.250
set net0/netmask 255.255.255.0
set net0/gateway 192.168.1.1
set dns 192.168.1.2
ifopen net0
chain --autofree https://boot.netboot.xyz || goto failed
goto start