changed back to dhcp

This commit is contained in:
2023-11-19 13:42:02 -06:00
parent 8bb5f35ed1
commit 7d5e2758ae

View File

@@ -115,10 +115,6 @@ chain http://192.168.1.50/files/urbackup/boot.ipxe || goto failed
goto start
:netboot
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
dhcp
chain --autofree http://boot.netboot.xyz || goto failed
goto start