Last active
January 16, 2019 00:34
-
-
Save huglester/fa5d096cf39e7d0085438a1113504244 to your computer and use it in GitHub Desktop.
ubutnu18 cleanup
This file contains hidden or 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-get purge cloud-init -y | |
sudo rm -rf /etc/cloud/; sudo rm -rf /var/lib/cloud/ | |
sudo sh -c 'echo "rig2" > /etc/motd' | |
sudo rm /etc/update-motd.d/* | |
rig2 ALL=(ALL) NOPASSWD:ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment