From e3cb14de0f4b76a958cb07722dde865d61c9a19a Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Mon, 10 Jul 2023 14:16:14 +0200 Subject: compatibility.md: Update Debian terminology for Bookworm Since Bookworm firmware files have been moved to a new archive component: non-free-firmware, so add that to the list. Also update the mentioned releases to current oldstable and stable. --- builds.sr.ht/compatibility.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 69bfe20..d2045fd 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -409,12 +409,13 @@ The packages array is installed with `apt-get install`. To add custom repositories, specify `url release component key-id` (separated by spaces), where `url` is the URL of the package repository, `release` is e.g. -`buster` or `bullseye`, `component` is e.g. `main`, `contrib` or `non-free`, and -`key-id` is an optional PGP key ID to add to the system keyring. Example: +`bullseye` or `bookworm`, `component` is e.g. `main`, `contrib`, `non-free` or +`non-free-firmware` (since `bookworm`), and `key-id` is an optional PGP key ID +to add to the system keyring. Example: ```yaml repositories: - sr.ht: https://mirror.sr.ht/debian/sr.ht/ bullseye main DEADBEEFCAFEF00D + sr.ht: https://mirror.sr.ht/debian/sr.ht/ bookworm main DEADBEEFCAFEF00D ``` ## Fedora Linux -- cgit