# PXE/network-boot DHCP options (option 66 = next-server, 67 = boot file). # When this file is present, dnsmasq advertises network boot; when removed, devices get DHCP only and boot from local storage. # Toggle with: /opt/cm4-provisioning/toggle-network-boot-dhcp.sh enable|disable # Template; toggle script writes the real next-server from /opt/cm4-provisioning/lan-subnet.conf (LAN_GW). dhcp-option=66,10.20.50.1 dhcp-option=67,start4cd.elf