[lxc-devel] [PATCH 1/2] doc: Add LXC_SRC_NAME to lxc.container.conf(5)

KATOH Yasufumi karma at jazz.email.ne.jp
Mon Dec 28 09:48:56 UTC 2015


only add to English and Japanese docs.

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 doc/ja/lxc.container.conf.sgml.in | 15 +++++++++++++++
 doc/lxc.container.conf.sgml.in    | 12 ++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in
index e830e25..2150d66 100644
--- a/doc/ja/lxc.container.conf.sgml.in
+++ b/doc/ja/lxc.container.conf.sgml.in
@@ -2196,6 +2196,21 @@ mknod errno 0
       <variablelist>
         <varlistentry>
           <term>
+            <option>LXC_SRC_NAME</option>
+          </term>
+          <listitem>
+            <para>
+              <!--
+              Only for the clone hook. Is set to the original container name.
+              -->
+              clone フックの場合のみ使われます。クローン元のコンテナ名が設定されます。
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+      <variablelist>
+        <varlistentry>
+          <term>
             <option>LXC_TARGET</option>
           </term>
           <listitem>
diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in
index 6fef7ad..80c6b29 100644
--- a/doc/lxc.container.conf.sgml.in
+++ b/doc/lxc.container.conf.sgml.in
@@ -1569,6 +1569,18 @@ mknod errno 0
       <variablelist>
         <varlistentry>
           <term>
+            <option>LXC_SRC_NAME</option>
+          </term>
+          <listitem>
+            <para>
+              Only for the clone hook. Is set to the original container name.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+      <variablelist>
+        <varlistentry>
+          <term>
             <option>LXC_TARGET</option>
           </term>
           <listitem>
-- 
2.6.3



More information about the lxc-devel mailing list