summaryrefslogtreecommitdiffstats
path: root/share/man/container-build-debootstrap.1.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-01 13:43:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-01 13:43:49 +0000
commit6106da14a816f7e9608333d783bb1cb50ccea304 (patch)
tree5e335b17d0e8c9eaadeb403d5ea91822a5867933 /share/man/container-build-debootstrap.1.rst
parentAdding upstream version 20221023. (diff)
downloadopen-infrastructure-compute-tools-7b531f13eede2a8d3b099d2be77164ffb09effb6.tar.xz
open-infrastructure-compute-tools-7b531f13eede2a8d3b099d2be77164ffb09effb6.zip
Adding upstream version 20221223.upstream/20221223upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/man/container-build-debootstrap.1.rst')
-rw-r--r--share/man/container-build-debootstrap.1.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/container-build-debootstrap.1.rst b/share/man/container-build-debootstrap.1.rst
index 1f0584b..10538c5 100644
--- a/share/man/container-build-debootstrap.1.rst
+++ b/share/man/container-build-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 'bullseye'.
+ Specify the Debian distribution, defaults to 'bookworm'.
-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
========
-Build a Debian 11 (bullseye) based container with same architecture as the host
+Build a Debian 12 (bookworm) based container with same architecture as the host
system using debootstrap:
- sudo container build -s debootstrap -n bullseye.example.net
+ sudo container build -s debootstrap -n bookworm.example.net
-Build a Debian 11 (bullseye) based container with different architecture as the
+Build a Debian 12 (bookworm) based container with different architecture as the
host system using mmdebstrap:
- sudo container build -s mmdebstrap -n bullseye-i386.example.net -- -a i386
+ sudo container build -s mmdebstrap -n bookworm-i386.example.net -- -a i386
See also
========