Merge pull request 'chore(pxe-boot): remove log-dhcp debug flag now that PXE boot is confirmed working' (#86) from fix/pxe-dnsmasq-port-conflict into main

Reviewed-on: #86
This commit is contained in:
2026-07-27 05:52:18 +00:00
-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.