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).

dhcp

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

Subscribe to RSS - dhcp