Hello,
I have finally managed to get Packer working on my home VMware ESXi 7 lab, it builds an Ubuntu 18.0.4 VM.
Now I want to build on this. The user I build into the script to log in with is ‘vagrant’, I just used this from a template I found online, how do I script it to change this to something else or add a new user with root permissions and delete vagrant?
Lastly I how would I install some extra tools/software?
Thanks