summaryrefslogtreecommitdiffstats
path: root/debootstrap.8
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@debian.org>2009-06-30 11:50:51 (GMT)
committerOtavio Salvador <otavio@debian.org>2009-06-30 11:50:51 (GMT)
commit1a5b695b4e2334cbd6746b200aa78e863a591e54 (patch)
tree46613ae566c464ddf14c17b7032664a7f8e2273f /debootstrap.8
parent0b8936eb575443df95b6ee464c54d33c907fcbe3 (diff)
downloaddebootstrap-1a5b695b4e2334cbd6746b200aa78e863a591e54.zip
debootstrap-1a5b695b4e2334cbd6746b200aa78e863a591e54.tar.gz
debootstrap-1a5b695b4e2334cbd6746b200aa78e863a591e54.tar.bz2
Reference squeeze instead of sarge in manpage. Based on a patch from Geoff Simmons <gsimmons@gsimmons.org>. Closes: #534575.
r59170
Diffstat (limited to 'debootstrap.8')
-rw-r--r--debootstrap.88
1 files changed, 4 insertions, 4 deletions
diff --git a/debootstrap.8 b/debootstrap.8
index cc57d01..81a5855 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -15,7 +15,7 @@ debootstrap \- Bootstrap a basic Debian system
.B debootstrap
bootstraps a basic Debian system of
.I SUITE
-(eg, sarge, etch, lenny, sid) into
+(eg, lenny, squeeze, sid) into
.I TARGET
from
.I MIRROR
@@ -138,11 +138,11 @@ Used for internal purposes by the debian-installer
.SH "EXAMPLE"
.
.PP
-To setup a \fIsarge\fR system:
+To setup a \fIsqueeze\fR system:
.PP
-# debootstrap sarge ./sarge-chroot http://ftp.us.debian.org/debian
+# debootstrap squeeze ./squeeze-chroot http://ftp.us.debian.org/debian
.PP
-# debootstrap sarge ./sarge-chroot file:///PATH_TO_LOCAL_MIRROR/debian
+# debootstrap squeeze ./squeeze-chroot file:///PATH_TO_LOCAL_MIRROR/debian
.PP
Full process to create a complete Debian installation of \fIsid\fR (unstable):
.PP