Skip to content

Draft: login: /etc/login.conf, autologin

dzwdz requested to merge dzwdz/sortix:login into master

This lets you automatically login on boot. If you end your session, login works as normal. I needed to store the option somewhere, so I've added an /etc/login.conf parser based on upgrade.conf. It also controls whether login uses graphical or textual mode, so /etc/login.conf.textual can be deprecated.

Right now it needs to be manually created, as I don't know how to properly handle adding config flies.

Merge request reports