]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add LXC-specific mount option in Japanese lxc.container.conf(5)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Fri, 28 Aug 2015 06:35:50 +0000 (15:35 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 21 Sep 2015 15:27:06 +0000 (11:27 -0400)
Add the description of optional, create=file/dir for lxc.mount.entry.
This is update for commit f5b67b3.

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ja/lxc.container.conf.sgml.in

index 71333a45f99264f484122c5814fc4d9906d1e28d..e3fdfd2a487bda0f425f73b3d4994b877573405c 100644 (file)
@@ -1065,6 +1065,16 @@ proc proc proc nodev,noexec,nosuid 0 0
              fstab format.
               -->
               fstab フォーマットの一行と同じフォーマットのマウントポイントの指定をします。
+
+              <!--
+              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.
+              -->
+              fstab フォーマットに加えて、LXC ではマウントに対して独自の 2 つのオプションが使えます。
+              <option>optional</option> は、マウントが失敗しても失敗を返さずに無視します。
+              <option>create=dir</option> と <option>create=file</option> は、マウントポイントをマウントする際にディレクトリもしくはファイルを作成します。
            </para>
          </listitem>
        </varlistentry>