From 8de300621f24dc5087e5b544f097f6ae87d7083d Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 3 May 2017 09:09:26 -0400 Subject: [PATCH] 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. --- .../lib/systemd/system/getty@.service.d/autologin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-server/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf b/live-build/ubuntu-server/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf index 535e4f0c..a166aab4 100644 --- a/live-build/ubuntu-server/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf +++ b/live-build/ubuntu-server/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf @@ -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