diff options
author | Frans Pop <elendil@planet.nl> | 2006-10-12 15:46:20 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-10-12 15:46:20 +0000 |
commit | 59178a0ab916155cd284fdba44772a33bd7df914 (patch) | |
tree | 1282e220662f8f132208d9aed31981b7ed0ba56c /nl/appendix/chroot-install.xml | |
parent | 14734f4500905bb2265147e71764996ceaa70646 (diff) | |
download | installation-guide-59178a0ab916155cd284fdba44772a33bd7df914.zip |
Update of original English docs
Diffstat (limited to 'nl/appendix/chroot-install.xml')
-rw-r--r-- | nl/appendix/chroot-install.xml | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml index 14114911a..3a47deb1c 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: 40980 untranslated --> +<!-- original version: 41453 untranslated --> <sect1 id="linux-upgrade"> <title>Installing &debian; from a Unix/Linux System</title> @@ -126,22 +126,15 @@ archive (be sure to select the proper file for your architecture). Download the <command>debootstrap</command> .deb from the <ulink url="http://ftp.debian.org/debian/pool/main/d/debootstrap/"> pool</ulink>, copy the package to the work folder, and extract the -binary files from it. You will need to have root privileges to install -the binaries. +files from it. You will need to have root privileges to install +the files. <informalexample><screen> -# ar -x debootstrap_0.X.X_arch.deb +# ar -x debootstrap_0.X.X_all.deb # cd / # zcat /full-path-to-work/work/data.tar.gz | tar xv </screen></informalexample> -</para><para> - -Note that running <command>debootstrap</command> may require you to have -a minimal version of <classname>glibc</classname> installed (currently -GLIBC_2.3). <command>debootstrap</command> itself is a shell script, but -it calls various utilities that require <classname>glibc</classname>. - </para> </sect2> |