From aa90e04127aaedb693826b0b57ef4209fd1e7701 Mon Sep 17 00:00:00 2001 From: Celeste Date: Fri, 3 Oct 2025 20:11:53 +0000 Subject: [PATCH] Add LXCAutoLogin.txt --- LXCAutoLogin.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 LXCAutoLogin.txt diff --git a/LXCAutoLogin.txt b/LXCAutoLogin.txt new file mode 100644 index 0000000..3de1c47 --- /dev/null +++ b/LXCAutoLogin.txt @@ -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 +------------------------------------- \ No newline at end of file