summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-26 18:57:08 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-26 18:57:30 +0000
commit78ee9edeac10bbcdc335b10605c056e8b910a726 (patch)
treeae7d3dcf2929f938958f1fc11d15408c0f8c23d2
parentUpdating example preseed.cfg from bookworm to trixie. (diff)
downloadcompute-tools-next+side-load.tar.xz
compute-tools-next+side-load.zip
Updating manpages references from bookworm to trixie.next+side-load
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--share/man/container-build-debootstrap.1.rst10
-rw-r--r--share/man/container-get-curl.1.rst10
2 files changed, 10 insertions, 10 deletions
diff --git a/share/man/container-build-debootstrap.1.rst b/share/man/container-build-debootstrap.1.rst
index c7568fa..6790cd2 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 'bookworm'.
+ Specify the Debian distribution, defaults to 'trixie'.
-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 12 (bookworm) based container with same architecture as the host
+Build a Debian 13 (trixie) based container with same architecture as the host
system using debootstrap:
- sudo container build -s debootstrap -n bookworm.example.net
+ sudo container build -s debootstrap -n trixie.example.net
-Build a Debian 12 (bookworm) based container with different architecture as the
+Build a Debian 13 (trixie) based container with different architecture as the
host system using mmdebstrap:
- sudo container build -s mmdebstrap -n bookworm-i386.example.net -- -a i386
+ sudo container build -s mmdebstrap -n trixie-i386.example.net -- -a i386
See also
========
diff --git a/share/man/container-get-curl.1.rst b/share/man/container-get-curl.1.rst
index 70a1e08..5650846 100644
--- a/share/man/container-get-curl.1.rst
+++ b/share/man/container-get-curl.1.rst
@@ -82,22 +82,22 @@ The following script options are available:
--system='SYSTEM':
Specify the system image name to download, defaults to
- debian-bookworm-current_${ARCHITECTURE}.system.tar.${COMPRESSION} (where
+ debian-trixie-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
========
-Download a Debian 12 (bookworm) based container with same architecture as the host
+Download a Debian 13 (trixie) based container with same architecture as the host
system:
- sudo container get -s curl -n bookworm.example.net
+ sudo container get -s curl -n trixie.example.net
-Download a Debian 12 (bookworm) based container with different architecture as the
+Download a Debian 13 (trixie) based container with different architecture as the
host system:
- sudo container get -s curl -n bookworm-i386.example.net -- --system debian-bookworm-current_i386.system.tar.xz
+ sudo container get -s curl -n trixie-i386.example.net -- --system debian-trixie-current_i386.system.tar.xz
Files
=====