diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2010-10-05 10:28:31 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-10-05 10:28:31 +0200 |
commit | 49d3e78dceea24fcdd09529d1c748b69e19ef63f (patch) | |
tree | 7e80f0d75f689e9ed88d8179fdc0474c4ae06a7c /doc | |
parent | allow to specify a image or a device block as rootfs (diff) | |
download | lxc-49d3e78dceea24fcdd09529d1c748b69e19ef63f.tar.gz lxc-49d3e78dceea24fcdd09529d1c748b69e19ef63f.tar.bz2 lxc-49d3e78dceea24fcdd09529d1c748b69e19ef63f.zip |
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 <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lxc.conf.sgml.in | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in index f975d57..c3ee066 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 <para> specify a file location in the <filename>fstab</filename> 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 + <filename>@LXCROOTFSMOUNT@</filename> default path or + the value of <option>lxc.rootfs.mount</option> if + specified. </para> </listitem> </varlistentry> @@ -437,9 +443,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </term> <listitem> <para> - 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. </para> </listitem> </varlistentry> |