On 10/15/07, Dr. H. Nikolaus Schaller <[EMAIL PROTECTED]> wrote: > I am looking to replace some processes loaded during the boot process > of OpenMoko but I do not have a complete overview about the tons > of .conf and .rc and .d files and directories on the OpenMoko system > - I am specialized on MacOS X and Linux/X11/GPE does some things > quite differently. > > What I mainly need is to run the X server as usual but not start the > window manager and all the gpe applications, toolbars etc. (but my > own daemons). > > Any pointers into which config directories or wiki page I should look > would be really appreciated. >
If you have a look here http://wiki.openmoko.org/wiki/Bootcharts you will find some graph showing what processes are started and when. This will probably give you an overview of what's happening. To change that, you need to know how System V boot process works (a quick explanation is here http://en.wikipedia.org/wiki/Init#SysV-style). The scripts are in /etc/rc*.d and /etc/init.d. The package is initscripts. Hope this helps, Alessandro

