My patch was accepted upstream and it seems to fix this issue. https://github.com/aik/SLOF/commit/db35f1b8a2d3e44f4a12ca926359cc2575e98064
commit db35f1b8a2d3e44f4a12ca926359cc2575e98064 Author: Murilo Opsfelder Araujo <[email protected]> Date: Fri Jun 23 09:23:25 2017 -0300 lib/Makefile: Pass FLAG to make in SUBDIRS target Some applications, e.g. https://maas.io/, trust on the dhcp code 93 option to reply the correct pxelinux.0 file according to client architecture. Today, dhcp.c is compiled without DHCPARCH, which causes it not to send client architecture in the dhcp request, i.e. dhcpd server can reply a pxelinux.0 binary that is not intended for client architecture. This patch makes sure client architecture is sent in the dhcp request. Signed-off-by: Murilo Opsfelder Araujo <[email protected]> Signed-off-by: Alexey Kardashevskiy <[email protected]> -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1306246 Title: dhcp request doesn't provide client architecture code 93 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/slof/+bug/1306246/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
