From 720516e6fd4411d76c87e09d9da393a4d10b2c21 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Fri, 28 Jan 2022 11:03:05 +0200 Subject: configs/releng/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: update ExecStart Update the drop-in to more closely match getty@.service of systemd 250. Use example from https://wiki.archlinux.org/title/getty#Virtual_console --- .../airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf b/configs/releng/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf index d1d8474..b9d22eb 100644 --- a/configs/releng/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf +++ b/configs/releng/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux +ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM -- cgit v1.2.3-54-g00ecf