On 2/26/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > On 2/26/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > > > > > > > and > > > > x:5:/usr/bin/kdm
This won't work correctly since you're overriding the whole rc system. What you want to do is make it so that kdm starts in runlevel 5 by creating an S symlink in /etc/rc.d/rc5.d. You will also want an associated bootscript in /etc/rc.d/init.d. Take a look at how gdm is setup in blfs-bootscripts. You can probably copy the setup exactly and just changed gdm to kdm. Unpack the blfs-bootscripts and run these commands: $ make DESTDIR=/a/temp/dir install-gdm $ cd /a/temp/dir And look at how gdm is setup. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
