Make ubuntu user passwordless in development VM

This commit is contained in:
Emil Lundberg 2017-09-21 16:53:47 +02:00
parent 3fa3e438e0
commit a87597d3ab
No known key found for this signature in database
GPG Key ID: 5B9688125FF0B636

View File

@ -39,3 +39,6 @@ cd /vagrant && chown -R ubuntu . && pre-commit install
# Set a root password to enable login from GUI
# Do startx after login to launch xfce4
sudo echo "root:root" | sudo chpasswd
# Make ubuntu user passwordless
sudo passwd -d ubuntu