Jakub Daniel, le Wed 17 Mar 2010 16:56:23 +0100, a écrit : > i was trying to find out what i needed to change in init.d to make xdm start > after console is running... i cant see where console gets started (i am using > / > etc/default/hurd-console: ENABLE='true')
The console gets started from /libexec/runsystem. We apparently need to rethink how that gets started. > or should i create my own script that would get started at some point of init > and would check for TERM to be hurd console and then start xdm? init runs on the mach console, it'll never get TERM equal to hurd. Samuel