Add LXCAutoLogin.txt

This commit is contained in:
2025-10-03 20:11:53 +00:00
commit aa90e04127

8
LXCAutoLogin.txt Normal file
View File

@@ -0,0 +1,8 @@
systemctl edit container-getty@.service
Add the following:
------------------------------------
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 $TERM
-------------------------------------