bofied icon indicating copy to clipboard operation
bofied copied to clipboard

Expose more configurability

Open nwmcsween opened this issue 2 years ago • 1 comments

An example is using DNSMasq which allows tagging based on DHCP options and the workflow of booting iPXE then running a http based ipxe script if the DHCP ipxe vendor class is set.

If this is possible now let me know.

nwmcsween avatar Sep 11 '21 16:09 nwmcsween

e.g. --dhcp-match=set:efibc,option:client-arch,7 --dhcp-boot=tag:efibc,ipxe.efi --dhcp-match=set:efi64,option:client-arch,9 --dhcp-boot=tag:efi64,ipxe.efi --dhcp-userclass=set:ipxe,iPXE --dhcp-boot=tag:ipxe,http://foo.bar/boot.ipxe

nwmcsween avatar Sep 11 '21 16:09 nwmcsween