There seems to be an option about to autologin to FreeBSD here:
github.com
but I can't figure out how to use this. Do I need to make any changes to this?
Also came across these three:-
1.
unix.stackexchange.com
2.
www.unix.com
3.
but I'm stiil confused.
Is there a simple (uptodate) guide?
freebsd/etc/gettytab at master · lattera/freebsd
FreeBSD's source with custom patches. Contribute to lattera/freebsd development by creating an account on GitHub.
Code:
#
# autologin - automatically log in as root
#
autologin|al.9600:\
:al=root:tc=std.9600:
al.19200:\
:al=root:tc=std.19200:
al.38400:\
:al=root:tc=std.38400:
al.57600:\
:al=root:tc=std.57600:
al.115200:\
:al=root:tc=std.115200:
al.230400:\
:al=root:tc=std.230400:
but I can't figure out how to use this. Do I need to make any changes to this?
Also came across these three:-
1.

Setting up tty autologin on FreeBSD
I was trying to setup tty auto login for FreeBSD, I copied the P|Pc|Pc part and made a change: Pcal console:\ :al=root:ht:np:sp#9600 And modify the tty for ttyv0: ttyv0 "/usr/libexec/getty Pcal"
2.

freebsd auto login user at boot / i'm stuck
I run freebsd 4.8 and try to find the way or 'a' way to log in a certain user i created automaticaly at pc boot. I have searched the net, the manuals, but found nothing... could anyone please get me g | The UNIX and Linux Forums

3.
but I'm stiil confused.
Is there a simple (uptodate) guide?