For ubuntu-server images, the live user created by user-setup is 'ubuntu-server', not 'ubuntu'. Fix this so that gettys will start on VTs.

ubuntu/artful
Mathieu Trudel-Lapierre 8 years ago
parent f75be1c606
commit 8de300621f

@ -1,3 +1,3 @@
[Service]
ExecStart=
ExecStart=-/sbin/agetty --noclear -n --autologin ubuntu %I $TERM
ExecStart=-/sbin/agetty --noclear -n --autologin ubuntu-server %I $TERM

Loading…
Cancel
Save