commit 740369adfd5eb2cb181e181c7879f0471083bdb1 Author: eweeman Date: Mon Jan 19 13:46:09 2026 -0800 First commit diff --git a/autologin/README.md b/autologin/README.md new file mode 100644 index 0000000..33a9ff5 --- /dev/null +++ b/autologin/README.md @@ -0,0 +1 @@ +Install the override.conf in the /etc/systemd/system/container-getty@1.service.d/ directory to setup auto login. \ No newline at end of file diff --git a/autologin/override.conf b/autologin/override.conf new file mode 100644 index 0000000..f15b6e6 --- /dev/null +++ b/autologin/override.conf @@ -0,0 +1,3 @@ +[Service] + ExecStart= + ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 $TERM