]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add doc for optional, create=dir and create=file in lxc.container.conf man
authorNicolas Cornu <ncornu@aldebaran.com>
Wed, 5 Aug 2015 18:17:48 +0000 (20:17 +0200)
committerNicolas Cornu <ncornu@aldebaran.com>
Fri, 14 Aug 2015 15:59:09 +0000 (17:59 +0200)
Signed-off-by: Nicolas Cornu <ncornu@aldebaran.com>
doc/lxc.container.conf.sgml.in

index 03ce89ab82061f0df2449a2191aa29b43ca1967d..4c72a4326a45b06186b690fba166756d23bae2e1 100644 (file)
@@ -770,6 +770,11 @@ proc proc proc nodev,noexec,nosuid 0 0
             <para>
               specify a mount point corresponding to a line in the
               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>
           </listitem>
         </varlistentry>