Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/Getting Started/Debian/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@

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

Check warning on line 24 in docs/Getting Started/Debian/index.rst

View workflow job for this annotation

GitHub Actions / build

Could not lex literal_block 'Types: deb\nURIs: https://deb.debian.org/debian\nSuites: trixie-backports\nComponents: main contrib non-free non-free-firmware\nSigned-By: /usr/share/keyrings/debian-archive-keyring.gpg' as "sourceslist". Highlighting skipped.

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

::

Expand All @@ -33,8 +36,8 @@
.. 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::

Expand Down