Skip to content

Commit 762b839

Browse files
wommygmelikov
authored andcommitted
docs: Update version strings from Bookworm to Trixie
Changes all Debian version references: - Title and heading (Bookworm → Trixie, fixed underline length) - APT repository URLs (bookworm → trixie) - Security repository (bookworm-security → trixie-security) - Updates repository (bookworm-updates → trixie-updates) - Debootstrap command (bookworm → trixie) - GitHub issue URL - Version-specific notes All changes are mechanical string replacements. No functional changes to the guide structure or instructions. Signed-off-by: wommy <tom@technomad.media>
1 parent 15a0274 commit 762b839

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/Getting Started/Debian/Debian Trixie Root on ZFS.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. highlight:: sh
22

3-
Debian Bookworm Root on ZFS
4-
===========================
3+
Debian Trixie Root on ZFS
4+
=========================
55

66
.. contents:: Table of Contents
77
:local:
@@ -19,8 +19,8 @@ Caution
1919
System Requirements
2020
~~~~~~~~~~~~~~~~~~~
2121

22-
- `64-bit Debian GNU/Linux Bookworm Live CD w/ GUI (e.g. gnome iso)
23-
<https://cdimage.debian.org/mirror/cdimage/release/current-live/amd64/iso-hybrid/>`__
22+
- `64-bit Debian GNU/Linux Trixie Live CD w/ GUI (e.g. gnome iso)
23+
<https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/>`__
2424
- `A 64-bit kernel is strongly encouraged.
2525
<https://github.com/zfsonlinux/zfs/wiki/FAQ#32-bit-vs-64-bit-systems>`__
2626
- Installing on a drive which presents 4 KiB logical sectors (a “4Kn” drive)
@@ -41,7 +41,7 @@ If you need help, reach out to the community using the :ref:`mailing_lists` or I
4141
`#zfsonlinux <ircs://irc.libera.chat/#zfsonlinux>`__ on `Libera Chat
4242
<https://libera.chat/>`__. If you have a bug report or feature request
4343
related to this HOWTO, please `file a new issue and mention @rlaager
44-
<https://github.com/openzfs/openzfs-docs/issues/new?body=@rlaager,%20I%20have%20the%20following%20issue%20with%20the%20Debian%20Bookworm%20Root%20on%20ZFS%20HOWTO:>`__.
44+
<https://github.com/openzfs/openzfs-docs/issues/new?body=@rlaager,%20I%20have%20the%20following%20issue%20with%20the%20Debian%20Trixie%20Root%20on%20ZFS%20HOWTO:>`__.
4545

4646
Contributing
4747
~~~~~~~~~~~~
@@ -106,7 +106,7 @@ Step 1: Prepare The Install Environment
106106

107107
.. code-block:: sourceslist
108108

109-
deb http://deb.debian.org/debian bookworm main contrib non-free-firmware
109+
deb http://deb.debian.org/debian trixie main contrib non-free-firmware
110110

111111
::
112112

@@ -517,7 +517,7 @@ Step 3: System Installation
517517

518518
#. Install the minimal system::
519519

520-
debootstrap bookworm /mnt
520+
debootstrap trixie /mnt
521521

522522
The ``debootstrap`` command leaves the new system in an unconfigured state.
523523
An alternative to using ``debootstrap`` is to copy the entirety of a
@@ -581,14 +581,14 @@ Step 4: System Configuration
581581

582582
.. code-block:: sourceslist
583583

584-
deb http://deb.debian.org/debian bookworm main contrib non-free-firmware
585-
deb-src http://deb.debian.org/debian bookworm main contrib non-free-firmware
584+
deb http://deb.debian.org/debian trixie main contrib non-free-firmware
585+
deb-src http://deb.debian.org/debian trixie main contrib non-free-firmware
586586

587-
deb http://deb.debian.org/debian-security bookworm-security main contrib non-free-firmware
588-
deb-src http://deb.debian.org/debian-security bookworm-security main contrib non-free-firmware
587+
deb http://deb.debian.org/debian-security trixie-security main contrib non-free-firmware
588+
deb-src http://deb.debian.org/debian-security trixie-security main contrib non-free-firmware
589589

590-
deb http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware
591-
deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware
590+
deb http://deb.debian.org/debian trixie-updates main contrib non-free-firmware
591+
deb-src http://deb.debian.org/debian trixie-updates main contrib non-free-firmware
592592

593593
#. Bind the virtual filesystems from the LiveCD environment to the new
594594
system and ``chroot`` into it::
@@ -638,7 +638,7 @@ Step 4: System Configuration
638638
``/etc/crypttab`` entries for ``luks2``, etc. adjusting for each disk.
639639

640640
#. Install an NTP service to synchronize time.
641-
This step is specific to Bookworm which does not install the package during
641+
This step is specific to Trixie which does not install the package during
642642
bootstrap.
643643
Although this step is not necessary for ZFS, it is useful for internet
644644
browsing where local clock drift can cause login failures::

0 commit comments

Comments
 (0)