Error message

  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /usr/share/drupal7/includes/common.inc).
  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2404 of /usr/share/drupal7/includes/menu.inc).

Using Openwrt in combination with Canonical MAAS

TL;DR

config dnsmasq
option dhcp_boot 'pxelinux.0,foobar,192.168.1.2'

config dhcp 'lan'
list dhcp_option_force '210,http://192.168.1.2:5248/'
option dhcp_boot 'pxelinux.0,foobar,192.168.1.2'

Where in my case, the MAAS server is installed in 192.168.1.2