Enable console auto-login on Proxmox LXCs

Enable root auto-login on tty1 for faster shell access in Proxmox LXCs
by
configuring agetty with autologin and adding the necessary inittab entry
This commit is contained in:
Damien
2026-05-26 15:28:07 +02:00
parent ec77eda69e
commit e8920b246b
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ These scripts automate the deployment of personal infrastructure components. The
- **Multi-OS**: Supports Debian and Alpine-based deployments
- **Loopback by default**: Services bind to `127.0.0.1`; Tailscale handles the reverse proxy and TLS termination
- **Log hygiene**: Every long-running service ships with a `logrotate` config (no unbounded log files)
- **Console auto-login**: Proxmox LXCs are configured for root auto-login on `tty1` (fast `pct enter` and Web UI shell access)
- **Keep it simple**: One script per service, plain bash, no frameworks — readability over cleverness
### Available Scripts