Commit 49d3e78d by Daniel Lezcano Committed by Daniel Lezcano

update the lxc.conf man page

Update the man page regarding the image or block device supported as a rootfs. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent a6afdde9
...@@ -404,7 +404,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ...@@ -404,7 +404,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<para> <para>
specify a file location in specify a file location in
the <filename>fstab</filename> format, containing the 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
...@@ -437,9 +443,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ...@@ -437,9 +443,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</term> </term>
<listitem> <listitem>
<para> <para>
specify a directory to become the root of the container. specify the root file system for the container. It can
If not specified, the container shares its root file be an image file, a directory or a block device. If not
system with the host. specified, the container shares its root file system
with the host.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment