On 12/6/06, m4jkel <[EMAIL PROTECTED]> wrote:

I did some more research, by playing with init=/bin/bash.
What I found out is that udevtrigger does not do its job. I don't know exactly 
how this version of udev should
work, but AFAIR after running udevtrigger every coldplugged devices (like
hda*, vcs) should appear in /dev. Well, udevtrigger produces no info to
stdout even with --verbose parameter. It isn't good, is it?

Did you start udevd first? The stripped down boot procedure should go
something like this:

mount -n -t tmpfs tmpfs /dev -o mode=755
echo > /proc/sys/kernel/hotplug
cp -a /lib/udev/devices/* /dev
/sbin/udevd --daemon
/sbin/udevtrigger

Do you should see a /dev/.udev directory? Also, try adding
log_priority=debug to udevd.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to