How to boot linux direct to application on console with no login

Posted by amanda on Stack Overflow See other posts from Stack Overflow or by amanda
Published on 2010-04-19T18:19:20Z Indexed on 2010/04/19 18:23 UTC
Read the original article Hit count: 437

Filed under:
|
|
|
|

I have a need to start an application on bootup on the linux console and I do not have a need for any type of login or security. I do not need any ALT-F1,F2,etc virtual consoles but I would like to allow SSH access via the network port for debugging, loading, etc.

The application is a SDL graphics program running with fbcon as the SDL_VIDEODRIVER if that matters. I'm currently using Fedora 10 and 12 but any distro that supports SDL using the fbcon framebuffer would be acceptable.

© Stack Overflow or respective owner

Related posts about linux

Related posts about embedded-linux