The given MAC address wants to know what it should boot. What should Pixiecore make it boot? Returning an error or a nil BootSpec will make Pixiecore ignore the client machine's request.
(m Machine)
| 123 | // Returning an error or a nil BootSpec will make Pixiecore ignore |
| 124 | // the client machine's request. |
| 125 | BootSpec(m Machine) (*Spec, error) |
| 126 | // Get the bytes corresponding to an ID given in Spec. |
| 127 | // |
| 128 | // Additionally returns the total number of bytes in the |
no outgoing calls