How to boot linux direct to application on console with no login
Posted
by amanda
on Super User
See other posts from Super User
or by amanda
Published on 2010-04-19T18:19:20Z
Indexed on
2010/04/20
4:43 UTC
Read the original article
Hit count: 505
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.
© Super User or respective owner