* Fix some references to dhclient.
svn path=/nixos/trunk/; revision=33359
This commit is contained in:
parent
4ae7819c39
commit
b46e911012
@ -155,10 +155,10 @@ in
|
||||
postStop = "${xen}/etc/init.d/xendomains stop";
|
||||
};
|
||||
|
||||
# To prevent a race between dhclient and xend's bridge setup
|
||||
# script (which renames eth* to peth* and recreates eth* as a
|
||||
# virtual device), start dhclient after xend.
|
||||
jobs.dhclient.startOn = mkOverride 50 "started xend";
|
||||
# To prevent a race between dhcpcd and xend's bridge setup script
|
||||
# (which renames eth* to peth* and recreates eth* as a virtual
|
||||
# device), start dhcpcd after xend.
|
||||
jobs.dhcpcd.startOn = mkOverride 50 "started xend";
|
||||
|
||||
environment.etc =
|
||||
[ { source = xendConfig;
|
||||
|
@ -114,7 +114,7 @@ let
|
||||
$machine->waitForJob("tty1");
|
||||
$machine->waitForJob("rogue");
|
||||
$machine->waitForJob("nixos-manual");
|
||||
$machine->waitForJob("dhclient");
|
||||
$machine->waitForJob("dhcpcd");
|
||||
|
||||
${optionalString testChannel ''
|
||||
# Allow the machine to talk to the fake nixos.org.
|
||||
|
Loading…
Reference in New Issue
Block a user