From 73defdddb355ea82c32cb0f71f8f7914365413ec Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 27 Oct 2025 14:58:24 -0500 Subject: [PATCH] Debian: Update for trixie-backports Signed-off-by: Richard Laager --- docs/Getting Started/Debian/index.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/Getting Started/Debian/index.rst b/docs/Getting Started/Debian/index.rst index d62053af0..11d263c20 100644 --- a/docs/Getting Started/Debian/index.rst +++ b/docs/Getting Started/Debian/index.rst @@ -19,12 +19,15 @@ often provides newer releases of ZFS. You can use it as follows. Add the backports repository:: - vi /etc/apt/sources.list.d/bookworm-backports.list + vi /etc/apt/sources.list.d/trixie-backports.sources .. code-block:: sourceslist - deb http://deb.debian.org/debian bookworm-backports main contrib - deb-src http://deb.debian.org/debian bookworm-backports main contrib + Types: deb + URIs: https://deb.debian.org/debian + Suites: trixie-backports + Components: main contrib non-free non-free-firmware + Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg :: @@ -33,8 +36,8 @@ Add the backports repository:: .. code-block:: control Package: src:zfs-linux - Pin: release n=bookworm-backports - Pin-Priority: 990 + Pin: release n=trixie-backports + Pin-Priority: 500 Install the packages::