Comment 4 for bug 1967322

Revision history for this message
Gabriel Samfira (gabriel-samfira) wrote :

To build the "host-info" binaries using the fix in that PR, you will need golang and git installed. Then you can run:

git clone https://github.com/maas/maas.git
cd maas/src/host-info/
go get github.com/canonical/lxd@6433343602f5df2fe40ac146103718c7a767fd6f
make

in your current folder you will have the "bin" folder with the generated binaries. Copy this folder to your MAAS machine and run the above mentioned mount command. In the previous comment, I copied the "bin" folder to "/root/machine-resources" on my MAAS machine.