Skip to content

Commit 754d337

Browse files
FingerlessGlov3szdykstra
authored andcommitted
docs/guides/debian: Debian Trixie
1 parent 5b6fa96 commit 754d337

File tree

7 files changed

+15
-297
lines changed

7 files changed

+15
-297
lines changed

docs/guides/debian/_include/bookworm/distro-install.rst

Lines changed: 0 additions & 99 deletions
This file was deleted.

docs/guides/debian/_include/bookworm/live-environment.rst

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/guides/debian/_include/bullseye/distro-install.rst

Lines changed: 0 additions & 99 deletions
This file was deleted.

docs/guides/debian/_include/bullseye/live-environment.rst

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/guides/debian/_include/distro-install.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Install Debian
33

44
.. code-block:: bash
55
6-
debootstrap bullseye /mnt
6+
debootstrap trixie /mnt
77
88
Copy files into the new install
9-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1010

1111
.. tabs::
1212

@@ -55,22 +55,20 @@ Set a root password
5555
5656
passwd
5757
58-
Configure ``apt``. Use other mirrors if you prefer.
58+
Configure ``apt`` sources
5959

6060
.. code-block:: bash
6161
6262
cat <<EOF > /etc/apt/sources.list
63-
deb http://deb.debian.org/debian bullseye main contrib
64-
deb-src http://deb.debian.org/debian bullseye main contrib
63+
deb http://deb.debian.org/debian/ trixie main non-free-firmware contrib
64+
deb-src http://deb.debian.org/debian/ trixie main non-free-firmware contrib
6565
66-
deb http://deb.debian.org/debian-security bullseye-security main contrib
67-
deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib
66+
deb http://deb.debian.org/debian-security trixie-security main non-free-firmware contrib
67+
deb-src http://deb.debian.org/debian-security/ trixie-security main non-free-firmware contrib
6868
69-
deb http://deb.debian.org/debian bullseye-updates main contrib
70-
deb-src http://deb.debian.org/debian bullseye-updates main contrib
71-
72-
deb http://deb.debian.org/debian bullseye-backports main contrib
73-
deb-src http://deb.debian.org/debian bullseye-backports main contrib
69+
# trixie-updates, to get updates before a point release is made;
70+
deb http://deb.debian.org/debian trixie-updates main non-free-firmware contrib
71+
deb-src http://deb.debian.org/debian trixie-updates main non-free-firmware contrib
7472
EOF
7573
7674
Update the repository cache

docs/guides/debian/_include/live-environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Configure and update APT
1616
.. code-block::
1717
1818
cat <<EOF > /etc/apt/sources.list
19-
deb http://deb.debian.org/debian bullseye main contrib
20-
deb-src http://deb.debian.org/debian bullseye main contrib
19+
deb http://deb.debian.org/debian/ trixie main non-free-firmware contrib
20+
deb-src http://deb.debian.org/debian/ trixie main non-free-firmware contrib
2121
EOF
2222
apt update
2323

docs/guides/debian/uefi.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ It assumes the following:
1616
* Your system is x86_64
1717
* You're mildly comfortable with ZFS, EFI and discovering system facts on your own (``lsblk``, ``dmesg``, ``gdisk``, ...)
1818

19-
Download the latest `Debian Bookworm (12) Live image <https://www.debian.org/CD/live/>`_, write it to a USB drive and
19+
Download the latest `Debian Trixie (13) Live image <https://www.debian.org/CD/live/>`_, write it to a USB drive and
2020
boot your system in EFI mode.
2121

2222
.. include:: ../_include/efi-boot-check.rst
2323

24-
.. include:: _include/bookworm/live-environment.rst
24+
.. include:: _include/live-environment.rst
2525

2626
.. include:: ../_include/define-env.rst
2727

@@ -33,7 +33,7 @@ boot your system in EFI mode.
3333

3434
.. include:: ../_include/update-devices.rst
3535

36-
.. include:: _include/bookworm/distro-install.rst
36+
.. include:: _include/distro-install.rst
3737

3838
.. include:: _include/zfs-config.rst
3939

0 commit comments

Comments
 (0)