# 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:
#
* 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
----------------------