diff --git a/configure.ac b/configure.ac index f5d33e9c2..2057df762 100644 --- a/configure.ac +++ b/configure.ac @@ -834,6 +834,7 @@ AC_CONFIG_FILES([ doc/ja/lxc-top.sgml doc/ja/lxc-unfreeze.sgml doc/ja/lxc-unshare.sgml + doc/ja/lxc-update-config.sgml doc/ja/lxc-user-nic.sgml doc/ja/lxc-usernsexec.sgml doc/ja/lxc-wait.sgml diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 201094be9..f30346d3a 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -30,6 +30,7 @@ man_MANS = \ lxc-top.1 \ lxc-unfreeze.1 \ lxc-unshare.1 \ + lxc-update-config.1 \ lxc-user-nic.1 \ lxc-usernsexec.1 \ lxc-wait.1 \ diff --git a/doc/ja/lxc-update-config.sgml.in b/doc/ja/lxc-update-config.sgml.in new file mode 100644 index 000000000..2312f0e04 --- /dev/null +++ b/doc/ja/lxc-update-config.sgml.in @@ -0,0 +1,151 @@ + + + + +]> + + + @LXC_GENERATE_DATE@ + + lxc-update-config + 1 + + + + lxc-update-config + + + + LXC 2.1 より前の古い形式の設定ファイルを新しい形式に更新する + + + + + + lxc-update-config + -c config + + + + + <!-- Description -->説明 + + + + lxc-update-config は、config で指定したファイルの古い形式の設定項目を検出し、適切な新しい設定項目に置き換えます。 + + + + lxc-update-config はまず、古い config ファイルのバックアップを config.backup という名前で同じディレクトリに作成します。そして、元の config ファイルを更新します。 + 更新が失敗した場合や、コンテナの起動ができない無効な config ファイルである場合は、ユーザが configconfig.backup を比較して、手動で無効な設定項目を修正するか、config.backupconfig にコピーして以前の設定ファイルに戻せます。 + + + + lxc-update-config が使えない config ファイルを生成した場合はバグですので、開発元に報告してください。 + + + + + <!-- Options -->オプション + + + + + + + + + 更新したい設定ファイルのパス + + + + + + + + + + + + + + + + + &seealso; + + + <!-- Author -->作者 + Christian Brauner christian.brauner@ubuntu.com + + + +