summaryrefslogtreecommitdiffstats
path: root/debootstrap.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-01-15 11:03:57 (GMT)
committerColin Watson <cjwatson@debian.org>2008-01-15 11:03:57 (GMT)
commitcef7f9fc85975ae12737562566d2b75d918adb6c (patch)
tree4a1789b4f3a90e862c7a6bbfe23f9e9151a1c0eb /debootstrap.8
parent6aae86d8684bcf0c9b698312b49d7e2c40d01c82 (diff)
downloaddebootstrap-cef7f9fc85975ae12737562566d2b75d918adb6c.zip
debootstrap-cef7f9fc85975ae12737562566d2b75d918adb6c.tar.gz
debootstrap-cef7f9fc85975ae12737562566d2b75d918adb6c.tar.bz2
* Use ftp.us.debian.org rather than ftp.debian.org
(http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html). r50880
Diffstat (limited to 'debootstrap.8')
-rw-r--r--debootstrap.84
1 files changed, 2 insertions, 2 deletions
diff --git a/debootstrap.8 b/debootstrap.8
index 3da899a..3d3aead 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -126,14 +126,14 @@ Used for internal purposes by the debian-installer
.PP
To setup a \fIsarge\fR system:
.PP
-# debootstrap sarge ./sarge-chroot http://ftp.debian.org/debian
+# debootstrap sarge ./sarge-chroot http://ftp.us.debian.org/debian
.PP
# debootstrap sarge ./sarge-chroot file:///PATH_TO_LOCAL_MIRROR/debian
.PP
Full process to create a complete Debian installation of \fIsid\fR (unstable):
.PP
main # cd / ; mkdir /sid-root
- main # debootstrap sid /sid-root http://ftp.debian.org/debian/
+ main # debootstrap sid /sid-root http://ftp.us.debian.org/debian/
[ ... watch it download the whole system ]
main # echo "proc /sid-root/proc proc none 0 0" >> /etc/fstab
main # mount proc /sid-root/proc -t proc