From: Thierry Parmentelat Date: Thu, 7 Nov 2013 13:44:44 +0000 (+0100) Subject: VMs on an lxc box are now located in /vservers/ (and have been so for a while aamof) X-Git-Tag: sfa-3.1-1~51 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=4838efd24781da409452897511a8dd5f01dbe6bd VMs on an lxc box are now located in /vservers/ (and have been so for a while aamof) --- diff --git a/Makefile b/Makefile index 82ec3a96..ae9e7a69 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ SSHURL:=root@$(PLC):/ SSHCOMMAND:=ssh root@$(PLC) else ifdef PLCHOSTLXC -SSHURL:=root@$(PLCHOSTLXC):/var/lib/lxc/$(GUESTNAME)/rootfs +SSHURL:=root@$(PLCHOSTLXC):/vservers/$(GUESTNAME)/rootfs SSHCOMMAND:=ssh root@$(PLCHOSTLXC) ssh $(GUESTHOSTNAME) else ifdef PLCHOSTVS