3
0
Fork 0
forked from mirrors/nixpkgs

* 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:
Eelco Dolstra 2010-07-12 16:09:02 +00:00
parent 14ddf8e096
commit 158c3daec1

View file

@ -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;