Skip to content

Commit 7be07b6

Browse files
wommygmelikov
authored andcommitted
docs: Update Debian index for current stable (Trixie)
Updates the backports repository examples to use trixie-backports instead of bookworm-backports, reflecting that Trixie is now the current stable release. Changes: - Backports filename: bookworm-backports → trixie-backports - Repository URLs: bookworm-backports → trixie-backports - Pin release: n=bookworm-backports → n=trixie-backports Signed-off-by: wommy <tom@technomad.media>
1 parent b92a594 commit 7be07b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Getting Started/Debian/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ often provides newer releases of ZFS. You can use it as follows.
1919

2020
Add the backports repository::
2121

22-
vi /etc/apt/sources.list.d/bookworm-backports.list
22+
vi /etc/apt/sources.list.d/trixie-backports.list
2323

2424
.. code-block:: sourceslist
2525
26-
deb http://deb.debian.org/debian bookworm-backports main contrib
27-
deb-src http://deb.debian.org/debian bookworm-backports main contrib
26+
deb http://deb.debian.org/debian trixie-backports main contrib
27+
deb-src http://deb.debian.org/debian trixie-backports main contrib
2828
2929
::
3030

@@ -33,7 +33,7 @@ Add the backports repository::
3333
.. code-block:: control
3434
3535
Package: src:zfs-linux
36-
Pin: release n=bookworm-backports
36+
Pin: release n=trixie-backports
3737
Pin-Priority: 990
3838
3939
Install the packages::

0 commit comments

Comments
 (0)