Skip to content

Instantly share code, notes, and snippets.

@colhountech
Created February 27, 2021 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colhountech/8fe0c5f41b3d835eaa8ed1e597cc1c57 to your computer and use it in GitHub Desktop.
Save colhountech/8fe0c5f41b3d835eaa8ed1e597cc1c57 to your computer and use it in GitHub Desktop.
Turn off fluff on ubuntu images
sudo touch /etc/cloud/cloud-init.disabled
sudo systemctl disable lxd
sudo systemctl stop cloud-init
sudo systemctl disable cloud-init
sudo apt remove lvm2 -y --purge
sudo apt remove policykit-1 -y --purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment