From 517a021bfbbeea4884e356cda567ee70d4f65dba Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 11 Oct 2024 22:22:04 +0200 Subject: [PATCH] Enable: auto login service --- .../etc/systemd/system/getty@tty1.service.d/autologin.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 archlive/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf diff --git a/archlive/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf b/archlive/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf new file mode 100644 index 0000000..b9d22eb --- /dev/null +++ b/archlive/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM