Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Ubuntu cloud init #11

Closed
luisnaranjo733 opened this issue Jun 30, 2021 · 1 comment
Closed

Disable Ubuntu cloud init #11

luisnaranjo733 opened this issue Jun 30, 2021 · 1 comment

Comments

@luisnaranjo733
Copy link

The Ubuntu server image ships with the cloud init feature turned on by default. This is completely redundant for this image, because the customization is baked into the ethereumonarm image, and does not at all rely on the Ubuntu cloud-init machinery to customize networking, storage, ssh, etc...

Probably best to just turn it off in rc.local and save a little bit of memory

sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg

https://askubuntu.com/a/1031626
https://askubuntu.com/questions/1060062/im-using-ubuntu-server-for-a-simple-home-server-do-i-need-cloud-init

@washosk
Copy link
Collaborator

washosk commented Jul 4, 2021

Hi @luisnaranjo733 I just tested it, and probably this change will be include in the next image version, I will do some mores testing but it is a very good idea. Thanks!

@washosk washosk closed this as completed Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants