[lxc-devel] [PATCH 2/4] lxc-archlinux: Don't hardcode /var/lib/lxc in help

Stéphane Graber stgraber at ubuntu.com
Wed Dec 5 23:51:08 UTC 2012


Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 templates/lxc-archlinux.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/lxc-archlinux.in b/templates/lxc-archlinux.in
index 5db5b85..cf274d4 100644
--- a/templates/lxc-archlinux.in
+++ b/templates/lxc-archlinux.in
@@ -375,7 +375,7 @@ usage:
 Mandatory args:
   -n,--name         container name, used to as an identifier for that container from now on
 Optional args:
-  -p,--path         path to where the container rootfs will be created, defaults to /var/lib/lxc. The container config will go under /var/lib/lxc in that case
+  -p,--path         path to where the container rootfs will be created, defaults to $default_path. The container config will go under $default_path in that case
   -P,--packages     preinstall additional packages, comma-separated list
   -h,--help         print this help
 EOF
-- 
1.8.0





More information about the lxc-devel mailing list