Skip to main content
Topic: Autologin openrc (Read 1769 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Autologin openrc

How to autologin in openrc?


Re: Autologin openrc

Reply #2
None

 

Re: Autologin openrc

Reply #3
/etc/conf.d/agetty.tty1

Change agetty_options="" to
Code: [Select]
agetty_options="--autologin USER"
Where USER is the the username you want to login as.