* 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:
parent
0af9e8386f
commit
d0342b4cf5
@ -148,7 +148,7 @@ in
|
|||||||
jobs.networkInterfaces =
|
jobs.networkInterfaces =
|
||||||
{ name = "network-interfaces";
|
{ name = "network-interfaces";
|
||||||
|
|
||||||
startOn = "started udev";
|
startOn = "stopped udevtrigger";
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user