I'm trying to get several terminals setup on a custom distro and are starting them with the following line (using runit):

exec getty -i -n -t 0 -L 115200 tty1

However, I still get timed out after 60 seconds and I'm being prompted for a username. The system isn't setup for multi-user yet, hence the -n for "don't prompt the user for a login name" and -t 0 for no timeout. Also, if I'm specifying -L (for local line), do I still need to provide a baud rate?

Thanks,
Dave
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to