From f5b67b36e2a653842f4cc57220c939653c5d61d5 Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Wed, 5 Aug 2015 20:17:48 +0200 Subject: [PATCH] Add doc for optional, create=dir and create=file in lxc.container.conf man Signed-off-by: Nicolas Cornu --- doc/lxc.container.conf.sgml.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 03ce89ab8..4c72a4326 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -770,6 +770,11 @@ proc proc proc nodev,noexec,nosuid 0 0 specify a mount point corresponding to a line in the fstab format. + + Moreover lxc add two options to mount. + don't fail if mount does not work. + or + to create dir (or file) when the point will be mounted.