summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-25 05:25:14 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-25 05:27:56 +0000
commit6d374fe128c59537fed55f6c9576de236932f5af (patch)
tree903521f5c60e06a920ccd8d5d9d9f12839dea8aa
parentUpdating ssh public-key references in container-shell manpage examples. (diff)
downloadcompute-tools-6d374fe128c59537fed55f6c9576de236932f5af.tar.xz
compute-tools-6d374fe128c59537fed55f6c9576de236932f5af.zip
Updating references to the current Debian release in manpages for Debian 11 (bullseye).
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--share/man/container-create-curl.1.rst10
-rw-r--r--share/man/container-create-debootstrap.1.rst10
2 files changed, 10 insertions, 10 deletions
diff --git a/share/man/container-create-curl.1.rst b/share/man/container-create-curl.1.rst
index cac7d5c..ce11006 100644
--- a/share/man/container-create-curl.1.rst
+++ b/share/man/container-create-curl.1.rst
@@ -80,22 +80,22 @@ The following script options are available:
--system='SYSTEM':
Specify the system image name to download, defaults to
- debian-stretch-current_${ARCHITECTURE}.system.tar.${COMPRESSION} (where
+ debian-bullseye-current_${ARCHITECTURE}.system.tar.${COMPRESSION} (where
${ARCHITECTURE} is the host systems architecture and ${COMPRESSION} either
lz, xz, or gz depending on compressor availability on the host system).
Examples
========
-Create a Debian 9 (stretch) based container with same architecture as the host
+Create a Debian 11 (bullseye) based container with same architecture as the host
system:
- sudo container create -s curl -n stretch.example.net
+ sudo container create -s curl -n bullseye.example.net
-Create a Debian 9 (stretch) based container with different architecture as the
+Create a Debian 11 (bullseye) based container with different architecture as the
host system:
- sudo container create -s curl -n stretch-i386.example.net -- --system debian-stretch-current_i386.system.tar.xz
+ sudo container create -s curl -n bullseye-i386.example.net -- --system debian-bullseye-current_i386.system.tar.xz
Files
=====
diff --git a/share/man/container-create-debootstrap.1.rst b/share/man/container-create-debootstrap.1.rst
index 3dcfc95..29ef1b6 100644
--- a/share/man/container-create-debootstrap.1.rst
+++ b/share/man/container-create-debootstrap.1.rst
@@ -61,7 +61,7 @@ The following script options are available:
Specify the Debian architecture, defaults to the host systems architecture.
-d, --distribution='DISTRIBUTION':
- Specify the Debian distribution, defaults to stretch.
+ Specify the Debian distribution, defaults to bullseye.
-m, --mirror='MIRROR':
Specify the Debian mirror, defaults to https://deb.debian.org/debian.
@@ -72,15 +72,15 @@ The following script options are available:
Examples
========
-Create a Debian 9 (stretch) based container with same architecture as the host
+Create a Debian 11 (bullseye) based container with same architecture as the host
system using debootstrap:
- sudo container create -s debootstrap -n stretch.example.net
+ sudo container create -s debootstrap -n bullseye.example.net
-Create a Debian 9 (stretch) based container with different architecture as the
+Create a Debian 11 (bullseye) based container with different architecture as the
host system using mmdebstrap:
- sudo container create -s mmdebstrap -n stretch-i386.example.net -- -a i386
+ sudo container create -s mmdebstrap -n bullseye-i386.example.net -- -a i386
See also
========