summaryrefslogtreecommitdiffstats
path: root/debootstrap.8
diff options
context:
space:
mode:
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 d1adf26..5592255 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -26,7 +26,7 @@ can be an http:// or https:// URL, a file:/// URL, or an ssh:/// URL.
.PP
The
.I SUITE
-may be a release code name (eg, sid, jessie, wheezy)
+may be a release code name (eg, sid, stretch, jessie)
or a symbolic name (eg, unstable, testing, stable, oldstable)
.PP
Notice that file:/ URLs are translated to file:/// (correct scheme as
@@ -167,11 +167,11 @@ Read the private key from file
.SH EXAMPLES
.
.PP
-To setup a \fIwheezy\fR system:
+To setup a \fIstretch\fR system:
.PP
- debootstrap wheezy ./wheezy-chroot http://deb.debian.org/debian
+ debootstrap stretch ./stretch-chroot http://deb.debian.org/debian
.PP
- debootstrap wheezy ./wheezy-chroot file:///LOCAL_MIRROR/debian
+ debootstrap stretch ./stretch-chroot file:///LOCAL_MIRROR/debian
.PP
Full process to create a complete Debian installation of \fIsid\fR (unstable)
in a chroot: