]> 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)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 27 Aug 2015 21:26:48 +0000 (17:26 -0400)
Signed-off-by: Nicolas Cornu <ncornu@aldebaran.com>
doc/lxc.container.conf.sgml.in

index e98496d2558b267ff85e13cdd6310c55fdb72bab..80accc2372d747cf66f8c54a42cfce6343a995e5 100644 (file)
@@ -719,6 +719,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>