From: KATOH Yasufumi Date: Fri, 6 Oct 2017 10:40:53 +0000 (+0900) Subject: doc: Update lxc.{execute,init}.cmd in lxc.container.conf(5) X-Git-Tag: lxc-3.0.0.beta1~221^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1846%2Fhead;p=thirdparty%2Flxc.git doc: Update lxc.{execute,init}.cmd in lxc.container.conf(5) * Add lxc.execute.cmd to Japanese lxc.container.conf(5) * Tweak the description of the "INIT COMMAND" section and lxc.init.cmd in en and ja man pages. Signed-off-by: KATOH Yasufumi --- diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index a82fc93db..525e2d551 100644 --- a/doc/ja/lxc.container.conf.sgml.in +++ b/doc/ja/lxc.container.conf.sgml.in @@ -337,15 +337,25 @@ by KATOH Yasufumi コンテナの init として使うコマンドを設定します。 - このオプションは lxc-execute では無視されます。 - デフォルトは /sbin/init です。 + + + + + + + + + デフォルトで実行するバイナリのコンテナの root からの絶対パスを指定します。これは lxc-execute のための設定です。 + + + + @@ -354,9 +364,10 @@ by KATOH Yasufumi - init として使うバイナリの、コンテナの rootfs からの絶対パスを指定します。 + init として使うバイナリの、コンテナの root からの絶対パスを指定します。これは lxc-start のための設定です。デフォルトは /sbin/init です。 diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 3f05e52b6..059942bc9 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -255,10 +255,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Init command Sets the command to use as the init system for the containers. - - This option is ignored when using lxc-execute. - - Defaults to: /sbin/init @@ -268,7 +264,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Absolute path from container rootfs to the binary to run by default. This - mostly makes sense for lxc-execute. + mostly makes sense for lxc-execute. @@ -280,7 +276,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Absolute path from container rootfs to the binary to use as init. + Absolute path from container rootfs to the binary to use as init. This + mostly makes sense for lxc-start. Default is /sbin/init.