From: KATOH Yasufumi Date: Tue, 2 Dec 2014 09:15:34 +0000 (+0900) Subject: Add the Japanese translation for the lxc.init_cmd config option X-Git-Tag: lxc-1.1.0.alpha3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c881c406aced3fa89a5c0fc5815b7f223b7a0233;p=thirdparty%2Flxc.git Add the Japanese translation for the lxc.init_cmd config option Update for commit 67c660d Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- diff --git a/doc/ja/lxc-start.sgml.in b/doc/ja/lxc-start.sgml.in index 3260972d8..c0dd8723f 100644 --- a/doc/ja/lxc-start.sgml.in +++ b/doc/ja/lxc-start.sgml.in @@ -94,11 +94,12 @@ by KATOH Yasufumi - もし command が指定されない場合は、lxc-start はシステムコンテナを実行するためのコマンドとして、デフォルトで "/sbin/init" を使用します。 + もし command が指定されない場合は、lxc-start はシステムコンテナを実行するためのコマンドとして、lxc.init_cmd で設定されたコマンドを使用します。 + もし lxc.init_cmd が設定されていない場合は、デフォルトで "/sbin/init" を使用します。 diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 579f5d2c1..dbb23df30 100644 --- a/doc/ja/lxc.container.conf.sgml.in +++ b/doc/ja/lxc.container.conf.sgml.in @@ -272,6 +272,37 @@ by KATOH Yasufumi + + <!-- Init command -->Init コマンド + + + コンテナの init として使うコマンドを設定します。 + このオプションは lxc-execute では無視されます。 + デフォルトは /sbin/init です。 + + + + + + + + + + init として使うバイナリの、コンテナの rootfs からの絶対パスを指定します。 + + + + + + <!-- Network -->ネットワーク diff --git a/doc/ja/lxc.sgml.in b/doc/ja/lxc.sgml.in index 6bfd04eb6..0aa37f0d1 100644 --- a/doc/ja/lxc.sgml.in +++ b/doc/ja/lxc.sgml.in @@ -556,11 +556,12 @@ rootfs command into the container. The pid of the first process is 1. If no command is specified lxc-start will - run /sbin/init. + run the command defined in lxc.init_cmd or if not set, + /sbin/init . --> lxc-start コマンドは、コンテナ内の特定のコマンドを直接実行します。 最初のプロセスの pid が 1 となります。 - もし、実行するコマンドが指定されない場合は、lxc-start は /sbin/init を実行します。 + もし、実行するコマンドが指定されない場合は、lxc-start は lxc.init_cmd で設定されたコマンドを実行します。もし lxc.init_cmd が設定されていない場合は /sbin/init を実行します。