Created
November 10, 2019 23:34
-
-
Save cconard96/3551d52f8918944c68f4427a4b65f9d3 to your computer and use it in GitHub Desktop.
Remove Ubuntu Cloud-Init
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'datasource_list: [ None ]' | sudo -s tee /etc/cloud/cloud.cfg.d/90_dpkg.cfg | |
sudo apt purge cloud-init | |
sudo rm -rf /etc/cloud/ | |
sudo rm -rf /var/lib/cloud/ | |
sudo reboot -h now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment