为没有主机名的客户端configurationbootpd

我有一个TI am335x,我正在尝试进入networking启动。 我在Ubuntu 14.04上使用bootpd。

BOOTP数据包不包含“客户端主机名”(选项12?),所以我无法指定主机名字段。 它包含一个选项60:

Message type: Boot Request (1) Hardware type: Ethernet (0x01) Hardware address length: 6 Hops: 0 Transaction ID: 0x00000001 Seconds elapsed: 0 Bootp flags: 0x0000 (Unicast) 0... .... .... .... = Broadcast flag: Unicast .000 0000 0000 0000 = Reserved flags: 0x0000 Client IP address: 0.0.0.0 (0.0.0.0) Your (client) IP address: 0.0.0.0 (0.0.0.0) Next server IP address: 0.0.0.0 (0.0.0.0) Relay agent IP address: 0.0.0.0 (0.0.0.0) Client MAC address: TexasIns_12:c4:df (a0:f6:fd:12:c4:df) Client hardware address padding: 00000000000000000000 Server host name not given Boot file name not given Magic cookie: DHCP Option: (60) Vendor class identifier Length: 10 Vendor class identifier: AM335x ROM Option: (61) Client identifier Length: 81 Option: (255) End Option End: 255 Padding 

所以在我的bootptab,我试过这个:

 "":T60="AM335x ROM":\ :ht=1:\ :td=/tftpboot:\ :hd=/:\ :bf=MLO: 

和组合,但它不会回应。 我可以在bootpd的debugging输出中确认它确实看到请求并忽略它。

如何为这个引导请求写入configuration条目?