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