On 12.08.2011 09:58, Dennis Schridde wrote: > Hello! > > Please CC me, since I am not on the list. > > Am Freitag, 12. August 2011, 06:41:56 schrieb WANG Cong: >> On Fri, 12 Aug 2011 08:01:20 +0200, Harald Hoyer wrote: >>> On 12.08.2011 01:01, Dennis Schridde wrote: >>>> Dracut currently does not seem to automatically include the "unix" >>>> kernel module in the initramfs, which causes udev to be unable to start >>>> ("address family not supported by protocol"). >>> >>> Just add a file /etc/modprobe.d/myaliases.conf to your system, >>> containing: alias net-pf-1 unix >> >> The kernel already does the same thing: >> >> MODULE_ALIAS_NETPROTO(PF_UNIX); >> >> don't know why udev can't load it automatically... > > The problem is that dracut does not automatically include the "unix" module in > the initramfs it generates. If I include the module manually (via > "add_drivers" in dracut.conf) it will be successfully loaded. ah, ok.. didn't think about that one. So, I guess, we need: http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=016c3cfed27952f328d481b231a51129341746d9 (might need some time to show up on kernel.org) -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html