nixpkgs/nixos/modules/system
Eelco Dolstra 90f79de9ef linux: Make Unix domain sockets builtin
This hopefully fixes intermittent initrd failures where udevd cannot
create a Unix domain socket:

  machine# running udev...
  machine# error getting socket: Address family not supported by protocol
  machine# error initializing udev control socket
  machine# error getting socket: Address family not supported by protocol

The "unix" kernel module is supposed to be loaded automatically, and
clearly that works most of the time, but maybe there is a race
somewhere. In any case, no sane person would run a kernel without Unix
domain sockets, so we may as well make it builtin.

http://hydra.nixos.org/build/30001448
(cherry picked from commit e4b4e9b986)
2016-01-11 17:10:18 +01:00
..
activation Put all firmware in $out/lib/firmware 2015-08-25 00:40:34 +02:00
boot linux: Make Unix domain sockets builtin 2016-01-11 17:10:18 +01:00
etc Set ‘allowSubstitutes = false’ on various derivations 2015-07-09 15:10:37 +02:00
upstart upstart: Oneshot rules should always have Restart=no 2014-04-16 01:04:52 +02:00