Bernard Li wrote:
> I ran si_prepareclient on Fedora Core 4 to generate kernel/initrd.img
> which supports hotplug, but /dev was not populated by udev/hotplug at all.
>  

Bernard, do you mean the "runtime" initrd or do you look inside the
initrd fs? Because at runtime probably devfs is mounted by the kernel so
it completely overlaps the old /dev. Try to pass devfs=nomount and it
should work.

Moreover I checked in the trunk a new kernel config (for i386 and x86_64
archs only for now) disabling devfs mount at boot. In this way we don't
need to specify the devfs=nomount option...

In general we could completely remove devfs support, but in the kernel
we're using (2.6.12.2) devfs_* calls are invoked by devmapper, so lvm is
not able to work without that...

> We need to fix the stock SystemImager kernel - would a simple update to
> a newer version (eg. 2.6.14) fix this issue with hotplug?

The new kernel version will surely fix this, because devfs has been
completely removed... anyway we should go with the last stable release
(2.6.15.6) instead of 2.6.14, or not?

Cheers,
-Andrea


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to