Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

disable cloud-init ubuntu

# Disable start
sudo touch /etc/cloud/cloud-init.disabled
# Uninstall
sudo apt-get purge cloud-init
sudo rm -rf /etc/cloud/ && sudo rm -rf /var/lib/cloud/
# Reboot
sudo reboot
 
PREVIOUS NEXT
Tagged: #disable #ubuntu
ADD COMMENT
Topic
Name
1+7 =