Creating a user called 'root'
- by pnp
I am creating Virtual Machines using the ubuntu-vm-builder.
The syntax goes something like this:
ubuntu-vm-builder kvm precise \
--domain newvm \
--dest newvm \
--arch i386 \
--hostname hostnameformyvm \
--mem 256 \
--user…