From 1cacba510fd3d44a5a802e3fec6a9c29e5455108 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Sat, 9 Mar 2024 17:06:57 +0530 Subject: [PATCH] @eshanized: push via script --- .../etc/systemd/system/getty@tty1.service.d/autologin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf b/archiso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf index b10ceb2..7fe825e 100755 --- a/archiso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf +++ b/archiso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin liveuser - $TERM +ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin whoami - $TERM