* The network-interfaces' task should wait until udevtrigger' has

finished, because it loads the kernel modules for the network
  devices.

svn path=/nixos/trunk/; revision=22492
This commit is contained in:
Eelco Dolstra 2010-07-06 11:03:23 +00:00
parent 0af9e8386f
commit d0342b4cf5

View File

@ -148,7 +148,7 @@ in
jobs.networkInterfaces =
{ name = "network-interfaces";
startOn = "started udev";
startOn = "stopped udevtrigger";
preStart =
''