summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--debian/changelog4
-rw-r--r--debootstrap.88
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 4a30f96..ac91ea5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,9 @@ debootstrap (1.0.14) UNRELEASED; urgency=low
* Apply patch from Felix Zielcke <fzielcke@z-51.de> to use "dpkg
--print-architecture" to avoid deprecation warning. Closes: #531680.
-
+ * Reference squeeze instead of sarge in manpage. Based on a patch from
+ Geoff Simmons <gsimmons@gsimmons.org>. Closes: #534575.
+
-- Otavio Salvador <otavio@ossystems.com.br> Wed, 03 Jun 2009 14:26:22 -0300
debootstrap (1.0.13) unstable; urgency=low
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