Document dnsmasq uefi chainloading in proxy mode (#768)

* Add dnsmasq flags to chainload UEFI to ipxe.efi
This commit is contained in:
Ruben Koster
2019-10-31 09:43:42 +01:00
committed by Dalton Hubble
parent c68f411910
commit 117d6d07e2

View File

@@ -192,6 +192,8 @@ sudo docker run --rm --cap-add=NET_ADMIN --net=host quay.io/poseidon/dnsmasq \
--dhcp-userclass=set:ipxe,iPXE \
--pxe-service=tag:#ipxe,x86PC,"PXE chainload to iPXE",undionly.kpxe \
--pxe-service=tag:ipxe,x86PC,"iPXE",http://matchbox.example.com:8080/boot.ipxe \
--pxe-service=tag:#ipxe,X86-64_EFI,"PXE chainload to iPXE UEFI",ipxe.efi \
--pxe-service=tag:ipxe,X86-64_EFI,"iPXE UEFI",http:///matchbox.example.com:8080/boot.ipxe \
--log-queries \
--log-dhcp
```