How to boot linux direct to application on console with no login
- by amanda
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.