Hello,
I'm currently working to create a custom Ubuntu 22.04 KVM template. I wonder if there is a way to disable the user creation with cloud-init? I would like the user and password submitted in the cloud-init panel in the PVE GUI to be ignored.
I tried to remove the default_user section from /etc/cloud/cloud.cfg. By doing this, the user is not granted sudo privilege like before, but the user is still created. Can I avoid this?
Thanks.
I'm currently working to create a custom Ubuntu 22.04 KVM template. I wonder if there is a way to disable the user creation with cloud-init? I would like the user and password submitted in the cloud-init panel in the PVE GUI to be ignored.
I tried to remove the default_user section from /etc/cloud/cloud.cfg. By doing this, the user is not granted sudo privilege like before, but the user is still created. Can I avoid this?
Thanks.