Tip
cloud-init disable
sudo touch /etc/cloud/cloud-init.disabledsudo dpkg-reconfigure cloud-init
# Uninstall the package and delete the folders
sudo dpkg-reconfigure cloud-init
sudo apt-get purge cloud-init
sudo rm -rf /etc/cloud/ && sudo rm -rf /var/lib/cloud/
# Restart the computer
sudo reboot관련 폴더
Last updated