fix: use agetty --autologin instead of busybox getty -a (unsupported flag)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 22:48:13 +03:00
parent eecd0799a0
commit 63c608711d

View File

@@ -3,7 +3,7 @@
::wait:/sbin/openrc default ::wait:/sbin/openrc default
# Autologin on tty1 # Autologin on tty1
tty1::respawn:/sbin/getty -a root 38400 tty1 tty1::respawn:/sbin/agetty --autologin root --noclear tty1 linux
tty2::respawn:/sbin/getty 38400 tty2 tty2::respawn:/sbin/getty 38400 tty2
tty3::respawn:/sbin/getty 38400 tty3 tty3::respawn:/sbin/getty 38400 tty3