summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2023-01-29 17:30:28 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2023-01-30 00:55:30 +0100
commit7e7eb113587230aeb9fe745b2eeac44e634999f5 (patch)
tree635772849b248b16f9809777ef6c8bc766028a36 /doc/examples
parent8aeb07448c09375c730c76a6baf31303b129bb96 (diff)
Add non-free-firmware component in documentation
This changes a lot of lines technically, but its easy enough to unfuzzy the translations as most of the mentions are examples to be copied literally in translations (sadly po4a isn't clever enough for this).
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/apt-ftparchive.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/apt-ftparchive.conf b/doc/examples/apt-ftparchive.conf
index 0e8bcb2ce..f3897ed40 100644
--- a/doc/examples/apt-ftparchive.conf
+++ b/doc/examples/apt-ftparchive.conf
@@ -38,6 +38,13 @@ BinDirectory "pool/non-free" {
Contents "dists/sid/non-free/Contents-i386";
};
+// And this is (you guessed it) the same for the non-free-firmware section
+BinDirectory "pool/non-free-firmware" {
+ Packages "dists/sid/non-free-firmware/binary-i386/Packages";
+ Sources "dists/sid/non-free-firmware/source/Sources";
+ Contents "dists/sid/non-free-firmware/Contents-i386";
+};
+
// By default all Packages should have the extension ".deb"
Default {
Packages {