* Don't do the "poweroff -f" fallback because that prevents
interactive testing ("nix-build tests/ -A nfs.vms; ./result/bin/run-vms"). svn path=/nixos/trunk/; revision=22565
This commit is contained in:
parent
14ddf8e096
commit
158c3daec1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in
|
|||
source /etc/profile
|
||||
cd /tmp
|
||||
echo "connecting to host..." > /dev/ttyS0
|
||||
${pkgs.socat}/bin/socat tcp:10.0.2.6:23 exec:${rootShell} 2> /dev/ttyS0 || poweroff -f
|
||||
${pkgs.socat}/bin/socat tcp:10.0.2.6:23 exec:${rootShell} 2> /dev/ttyS0 # || poweroff -f
|
||||
'';
|
||||
|
||||
respawn = false;
|
||||
|
|
Loading…
Reference in a new issue