wblock@ Developer Aug 11, 2013 #2 Here is one way: http://forums.freebsd.org/showpost.php?p=125992&postcount=6.
OP MHA152 Aug 11, 2013 Thread Starter #3 I do, this works. Open /etc/gettytab and add these lines: Code: # WB: autologin console as user mha A|Al|Autologin console:\ :ht:np:sp#115200:al=mha and save that, then open /etc/ttys and change this line Code: ttyv0 "/usr/libexec/getty Pc" xterm on secure to this line Code: ttyv0 "/usr/libexec/getty Al" xterm on secure My username is "mha" Is the above true?
I do, this works. Open /etc/gettytab and add these lines: Code: # WB: autologin console as user mha A|Al|Autologin console:\ :ht:np:sp#115200:al=mha and save that, then open /etc/ttys and change this line Code: ttyv0 "/usr/libexec/getty Pc" xterm on secure to this line Code: ttyv0 "/usr/libexec/getty Al" xterm on secure My username is "mha" Is the above true?
OP MHA152 Aug 11, 2013 Thread Starter #5 I reboot my system and it works. The question has been solved, thank you for helping me.