Commit f5b67b36 by Nicolas Cornu

Add doc for optional, create=dir and create=file in lxc.container.conf man

parent 4d5b72a1
...@@ -770,6 +770,11 @@ proc proc proc nodev,noexec,nosuid 0 0 ...@@ -770,6 +770,11 @@ proc proc proc nodev,noexec,nosuid 0 0
<para> <para>
specify a mount point corresponding to a line in the specify a mount point corresponding to a line in the
fstab format. fstab format.
Moreover lxc add two options to mount.
<option>optional</option> don't fail if mount does not work.
<option>create=dir</option> or <option>create=file</option>
to create dir (or file) when the point will be mounted.
</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