aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordlezcano <dlezcano>2008-09-24 16:42:38 +0000
committerdlezcano <dlezcano>2008-09-24 16:42:38 +0000
commitab192b72b6aad798b7542920ed9c0457d74d11fb (patch)
tree1f1cd099d988c4688ee1c97601b5a6909081eef6 /README
parentupdate restart and fix syscall numbers (diff)
downloadlxc-ab192b72b6aad798b7542920ed9c0457d74d11fb.tar.gz
lxc-ab192b72b6aad798b7542920ed9c0457d74d11fb.tar.bz2
lxc-ab192b72b6aad798b7542920ed9c0457d74d11fb.zip
Changed 'chroot' by 'rootfs'
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 3553ae5..0f3db26 100644
--- a/README
+++ b/README
@@ -152,8 +152,8 @@ lxc.mount = ./fstab
# the hostname to be set into the container
lxc.utsname = virtnode
-# the chroot if needed for the running application
-lxc.chroot = /mnt/root
+# the rootfs if needed for the running application
+lxc.rootfs = /mnt/root
# The network has several of kind of configuration:
#
@@ -192,7 +192,7 @@ lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596
* lxc.utsname is optional
* lxc.network.xxx are optional, if not specified, the network
namespace will not be created
- * lxc.chroot is optional
+ * lxc.rootfs is optional
3.3 Container creation
----------------------