Comment 3 for bug 2059953

Revision history for this message
David Torrey (dotj) wrote (last edit ):

Temporary workaround I used:

Create a custom commissioning script "10-maas-extra-packages" with the contents:

```
#!/bin/bash

apt update
apt -y install isc-dhcp-client
```

This gets executed prior to 20-maas-02-dhcp-unconfigured-ifaces, which then runs successfully.