För att inaktivera nätverkskonfigurationen i Cloud-Init behöver du skapa en fil /etc/cloud/cloud.cfg.d/99-custom-networking.cfg och lägga till innehållet network: {config: disabled}
Detta gör du genom att köra kommandot
$ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/99-custom-networking.cfg
