]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Changed 'chroot' by 'rootfs'
authordlezcano <dlezcano>
Wed, 24 Sep 2008 16:42:38 +0000 (16:42 +0000)
committerdlezcano <dlezcano>
Wed, 24 Sep 2008 16:42:38 +0000 (16:42 +0000)
README

diff --git a/README b/README
index 3553ae553a031b4062e7fe83a056a4966c7ea016..0f3db266753b4d53c01d61cb8d6210e98cd49424 100644 (file)
--- 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
 ----------------------