Bootable Qt App using linux
-
wrote on 7 Dec 2010, 09:31 last edited by
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 :)
-
wrote on 7 Dec 2010, 10:15 last edited by
Does appending "init=/path/to/your/app" to your kernel line in the bool loader work?
2/2