chore(pxe-boot): remove log-dhcp debug flag now that PXE boot is confirmed working

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-27 15:50:19 +10:00
co-authored by Claude Sonnet 4.6
parent 3748c86049
commit 548c6f5041
-1
View File
@@ -427,7 +427,6 @@ in
# Without this dnsmasq tries to bind port 53 which systemd-resolved
# already owns, causing startup failure.
port = 0;
log-dhcp = true;
dhcp-range = "192.168.2.0,proxy";
# Detect iPXE clients on the second DHCP round (after loading the
# iPXE binary) so we can serve the HTTP menu instead of TFTP.