From 7a804bb3379acd299b4b17cbc7e89fd1004c6c56 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 9 Oct 2006 13:25:53 +0000 Subject: * Adjust chroot-install guide to take account of debootstrap being Architecture: all now (https://launchpad.net/bugs/64765). --- en/appendix/chroot-install.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'en/appendix') diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml index 8d192c76a..7fa21e294 100644 --- a/en/appendix/chroot-install.xml +++ b/en/appendix/chroot-install.xml @@ -126,22 +126,15 @@ archive (be sure to select the proper file for your architecture). Download the debootstrap .deb from the pool, 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. -# 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 - - -Note that running debootstrap may require you to have -a minimal version of glibc installed (currently -GLIBC_2.3). debootstrap itself is a shell script, but -it calls various utilities that require glibc. - -- cgit v1.2.3