On Tue, 5 Jul 2011 11:25:31 -0700, Kevin Cernekee <[email protected]> wrote: >Could you try running /etc/rc on console, and running the login shell >on ttyBF0? e.g.
Thanks for the tip. The following does solve the issue: # Startup the system console::sysinit:/bin/sh /etc/rc # Set up a console shell #Using "console" prevents use of job control, eg. CTRL+c #console::respawn:/bin/login -f root #Check which tty is in your kernel command line ttyBF0::respawn:/bin/login -f root Thanks everyone for the help. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
