From 715f13b887ef45cda3b32512c0660a4ab12478b6 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 6 Apr 2017 15:39:44 -0400 Subject: [PATCH] Don't spam with unnecessary login messages; skip login altogether. --- .../lib/systemd/system/getty@.service.d/autologin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-server-live/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf b/live-build/ubuntu-server-live/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf index 2c08352a..535e4f0c 100644 --- a/live-build/ubuntu-server-live/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf +++ b/live-build/ubuntu-server-live/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=-/sbin/agetty --noclear --login-pause --autologin ubuntu %I $TERM +ExecStart=-/sbin/agetty --noclear -n --autologin ubuntu %I $TERM