diff options
author | Cyril Brulebois <kibi@debian.org> | 2023-01-30 05:31:33 +0100 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2023-01-30 05:31:33 +0100 |
commit | 45705e21578a61406d79406afd4a38b47417bc92 (patch) | |
tree | 7fd8f579aa3c6c6fc61db6986895c599348543fe /build | |
parent | 0eb725eec5ea91970113a1099a60e023d57a79c7 (diff) | |
download | installation-guide-45705e21578a61406d79406afd4a38b47417bc92.zip |
Update url-firmware-tarballs entity.
This is a proposed change, trying to reconcile:
- non-free-firmware is still non-free;
- non-free-firmware is still firmware;
- non-free-firmware is allowed on official installation images, so
making it available alongside them seems reasonable.
Not having firmware alongside <arch> and source material for each
release is much easier as we have per-release directories, using
codenames (instead of X.Y.Z version numbers).
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/urls.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/entities/urls.ent b/build/entities/urls.ent index 47f7b2880..2775e89df 100644 --- a/build/entities/urls.ent +++ b/build/entities/urls.ent @@ -88,7 +88,7 @@ <!ENTITY url-release-area "https://&www-debian-org;/releases/&releasename;/"> <!-- location of tarballs with firmware packages --> -<!ENTITY url-firmware-tarballs "https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/"> +<!ENTITY url-firmware-tarballs "https://cdimage.debian.org/cdimage/non-free-firmware/&releasename;/"> <!-- rough list of firmware packages --> <!ENTITY url-firmware-packages "https://packages.debian.org/search?keywords=firmware"> <!-- iso images with firmware included: REMOVE once all translations have stopped mentioning it --> |