diff options
| author | David Kalnischkies <david@kalnischkies.de> | 2023-01-29 17:30:28 +0100 |
|---|---|---|
| committer | David Kalnischkies <david@kalnischkies.de> | 2023-01-30 00:55:30 +0100 |
| commit | 7e7eb113587230aeb9fe745b2eeac44e634999f5 (patch) | |
| tree | 635772849b248b16f9809777ef6c8bc766028a36 /doc/examples | |
| parent | 8aeb07448c09375c730c76a6baf31303b129bb96 (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.conf | 7 |
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 { |
