Bootable Qt App using linux
-
I want to execute a Linux based QT App at the boot time. I mean a bootable QT Application.
I know one way i.e http://fedoraproject.org/wiki/FedoraLiveCD/LiveCDHowTo
Here we use fedora boot loader + Qt app. After boot only Qt app shows and no other linux environment.
I want something like this http://developer.qt.nokia.com/forums/viewthread/1384/
Although Boot Time is not major issue :)
-
Does appending "init=/path/to/your/app" to your kernel line in the bool loader work?