From 7f73882c9b00559e26d9924fe46a395516ed0749 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Thu, 20 Oct 2016 22:45:19 +0200 Subject: debootstrap.8: Use stretch instead of wheezy in examples. --- debian/changelog | 1 + debootstrap.8 | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d9c326b..e469510 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ debootstrap (1.0.85) UNRELEASED; urgency=medium * Add buster -> sid and bullseye -> sid script symlinks. * Only unpack and configure the base system when there are actually packages to install. (Closes: #825034) + * debootstrap.8: Use stretch instead of wheezy in examples. [ Marco d'Itri ] * Enable merged-/usr by default. (Closes: #839046) 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: -- cgit v0.12