diff options
-rw-r--r-- | fi/appendix/chroot-install.xml | 22 | ||||
-rw-r--r-- | fi/bookinfo.xml | 3 | ||||
-rw-r--r-- | nl/appendix/chroot-install.xml | 22 | ||||
-rw-r--r-- | nl/bookinfo.xml | 1 |
4 files changed, 39 insertions, 9 deletions
diff --git a/fi/appendix/chroot-install.xml b/fi/appendix/chroot-install.xml index 5fc7b3f8e..e5df2d236 100644 --- a/fi/appendix/chroot-install.xml +++ b/fi/appendix/chroot-install.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 33719 untranslated --> +<!-- original version: 34713 untranslated --> <sect1 id="linux-upgrade"> <title>Installing &debian; from a Unix/Linux System</title> @@ -87,17 +87,31 @@ 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 +<classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> + +<para> + +These include the GNU core utilities and commands like <command>sed</command>, <command>grep</command>, <command>tar</command> and <command>gzip</command>. + +</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>. -</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> -</para><para> +</para> +--> + +<para> Or, you can use the following procedure to install it manually. Make a work folder for extracting the .deb into: diff --git a/fi/bookinfo.xml b/fi/bookinfo.xml index 9f86a5596..0b7f6ba1e 100644 --- a/fi/bookinfo.xml +++ b/fi/bookinfo.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 29882 untranslated --> +<!-- original version: 34719 untranslated --> <bookinfo id="debian_installation_guide"> <title>&debian; Installation Guide</title> @@ -40,6 +40,7 @@ You may also be able to find additional translations there. <copyright> <year>2004</year> <year>2005</year> + <year>2006</year> <holder>the Debian Installer team</holder> </copyright> diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml index 5fc7b3f8e..e5df2d236 100644 --- a/nl/appendix/chroot-install.xml +++ b/nl/appendix/chroot-install.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 33719 untranslated --> +<!-- original version: 34713 untranslated --> <sect1 id="linux-upgrade"> <title>Installing &debian; from a Unix/Linux System</title> @@ -87,17 +87,31 @@ 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 +<classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> + +<para> + +These include the GNU core utilities and commands like <command>sed</command>, <command>grep</command>, <command>tar</command> and <command>gzip</command>. + +</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>. -</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> -</para><para> +</para> +--> + +<para> Or, you can use the following procedure to install it manually. Make a work folder for extracting the .deb into: diff --git a/nl/bookinfo.xml b/nl/bookinfo.xml index addb50cd6..d479d428c 100644 --- a/nl/bookinfo.xml +++ b/nl/bookinfo.xml @@ -50,6 +50,7 @@ mailinglijst. Zie ook <xref linkend="getting-newest-doc"/>. <copyright> <year>2004</year> <year>2005</year> + <year>2006</year> <holder>het Debian Installatiesysteem team</holder> </copyright> |