Michael Brown <mb...@fe...> writes:
> There is a sample DHCPD config file in
> contrib/initrd/dhcpd.conf.etherboot.include. If you can achieve what is
> in there using vendor-encapsulated-options then one of my two objections
> to using VEO will disappear.
O.k. I just did the research and testing. In addition to saying:
option etherboot-encapsulated-options code 43 = encapsulate etherboot;
It is also necessary to say:
vendor-option-space etherboot;
The vendor-option-space specifies which option space to use when
reading vendor-encapsulated options.
Eric
|