From: Daniel Lezcano Date: Tue, 5 Oct 2010 08:28:31 +0000 (+0200) Subject: update the lxc.conf man page X-Git-Tag: lxc-0.7.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d3e78dceea24fcdd09529d1c748b69e19ef63f;p=thirdparty%2Flxc.git update the lxc.conf man page Update the man page regarding the image or block device supported as a rootfs. Signed-off-by: Daniel Lezcano --- diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in index f975d57e7..c3ee066dc 100644 --- a/doc/lxc.conf.sgml.in +++ b/doc/lxc.conf.sgml.in @@ -404,7 +404,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA specify a file location in the fstab format, containing the - mount informations. + mount informations. If the rootfs is an image file or a + device block and the fstab is used to mount a point + somewhere in this rootfs, the path of the rootfs mount + point should be prefixed with the + @LXCROOTFSMOUNT@ default path or + the value of if + specified. @@ -437,9 +443,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - specify a directory to become the root of the container. - If not specified, the container shares its root file - system with the host. + specify the root file system for the container. It can + be an image file, a directory or a block device. If not + specified, the container shares its root file system + with the host.