diff options
Diffstat (limited to 'ja/appendix/chroot-install.xml')
-rw-r--r-- | ja/appendix/chroot-install.xml | 39 |
1 files changed, 29 insertions, 10 deletions
diff --git a/ja/appendix/chroot-install.xml b/ja/appendix/chroot-install.xml index fbf83fa2d..a22bfd425 100644 --- a/ja/appendix/chroot-install.xml +++ b/ja/appendix/chroot-install.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 33719 --> +<!-- original version: 34713 --> <sect1 id="linux-upgrade"> <!-- @@ -148,33 +148,52 @@ The tool that the Debian installer uses, which is recognized as the official way to install a Debian base system, is <command>debootstrap</command>. It uses <command>wget</command> and <command>ar</command>, but otherwise depends only on -<classname>/bin/sh</classname>. Install <command>wget</command> and -<command>ar</command> if they aren't already on your current system, -then download and install <command>debootstrap</command>. +<classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> --> Debian インストーラが使用するツール (Debian 基本システムをインストールする公式の方法と認められている) が <command>debootstrap</command> です。 <command>wget</command> と <command>ar</command> を使用しますが、 -<classname>/bin/sh</classname> にのみ依存しています。 -今のシステムに既にインストールしていなければ、 +<classname>/bin/sh</classname> と基本的な Unix/Linux ツール<footnote> + +<para> + +<!-- +These include the GNU core utilities and commands like <command>sed</command>, <command>grep</command>, <command>tar</command> and <command>gzip</command>. +--> +これには、<command>sed</command>, <command>grep</command>, +<command>tar</command>, <command>gzip</command> といった、 +GNU コアユーティリティが含まれます。 + +</para> + +<!-- +</footnote>. Install <command>wget</command> and +<command>ar</command> if they aren't already on your current system, +then download and install <command>debootstrap</command>. +--> +</footnote>にのみ依存しています。今のシステムにまだインストールしていなければ、 <command>wget</command> と <command>ar</command> をインストールし、 その後 <command>debootstrap</command> をダウンロード・インストールしてください。 -</para><para> +</para> + +<!-- The files linked to here are from 2004 and thus currently not usable +<para> -<!-- If you have an rpm-based system, you can use alien to convert the .deb into .rpm, or download an rpm-ized version at <ulink url="http://people.debian.org/~blade/install/debootstrap"></ulink> ---> rpm ベースシステムがあるなら、alien を使って .deb を .rpm に変換できます。 もしくは、 <ulink url="http://people.debian.org/~blade/install/debootstrap"></ulink> から rpm 形式のものをダウンロードできます。 -</para><para> +</para> +--> + +<para> <!-- Or, you can use the following procedure to install it |