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.
parent
f75be1c606
commit
8de300621f
@ -1,3 +1,3 @@
|
|||||||
[Service]
|
[Service]
|
||||||
ExecStart=
|
ExecStart=
|
||||||
ExecStart=-/sbin/agetty --noclear -n --autologin ubuntu %I $TERM
|
ExecStart=-/sbin/agetty --noclear -n --autologin ubuntu-server %I $TERM
|
||||||
|
Loading…
Reference in new issue