Skip to content

Commit 6223aed

Browse files
committed
[update] : tty start service
See archlinux/archiso@720516e
1 parent dd4ffaf commit 6223aed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[Service]
22
ExecStart=
3-
ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux
3+
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[Service]
22
ExecStart=
3-
ExecStart=-/sbin/agetty --autologin %USERNAME% --noclear %I 38400 linux
3+
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin %USERNAME% - $TERM

0 commit comments

Comments
 (0)