]> 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 19:54:54 +0000 (15:54 -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 e11387a3777e85788e57420fe256853187815da3..98b8f4d47afd7bca06a1c2b915e954f95c336a6f 100644 (file)
@@ -1027,6 +1027,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>