Merge "Restore discovery for dnsmasq dhcp provider"

This commit is contained in:
Zuul 2023-03-14 19:13:13 +00:00 committed by Gerrit Code Review
commit 6b1aba1b8a

View File

@ -93,7 +93,7 @@ dhcp-match=set:efi,option:client-arch,9
dhcp-match=set:efi,option:client-arch,11
dhcp-optsdir={{ dnsmasq_dhcp_optsdir }}
{% if dhcp_provider == 'none' %}
{% if dhcp_provider == 'none' or enable_inspector_discovery | bool %}
# Boot for Etherboot gPXE. The idea is to send two different
# filenames, the first loads gPXE, and the second tells gPXE what to
# load. The dhcp-match sets the gpxe tag for requests from gPXE.