corrections additions

This commit is contained in:
joborun linux 2023-08-28 10:11:15 +00:00
parent a364290684
commit b6346cd657
1 changed files with 3 additions and 5 deletions

View File

@ -32,8 +32,7 @@ Then start the service up
Autologin most commonly, and without the complications of logind, display manager, etc. is a modification of a standard tty (console) where the sysadmin authorizes the system to a
utomatically login a specific user in a specific tty and start her/his default cell.
Autologin most commonly, and without the complications of logind, display manager, etc. is a modification of a standard tty (console) where the sysadmin authorizes the system to be automatically accessed by a specific user in a specific tty and start her/his default cell.
Most people who use autologin also autostart a graphic session from their shell, X, wayland, or "other", so the system basically finishes stage1 booting and directly executes the user's autostart graphical session. Startx or xinit are the most common commands in such a case, in a system like ours where a user is authorized to start an X server.
@ -61,10 +60,9 @@ one more time for the service to be enabled and start in s6/66
**Graphic autostart**
For those of you using zsh (default) enter in your ~.zlogin file what it is you want started after autologin occurs.
For example: xinit or startx
For those of you using zsh (default) enter in your ~.zlogin file what it is you want started after autologin occurs (you can add it to .bashrc if that is the shell you use).
For example: xinit or startx or choosewm (install it first)
Then, after pressing your choice in boot loader your system will boot and then it will take you to your familiar graphic session logged in already.