summaryrefslogtreecommitdiff
path: root/doc/sources.list.5.xml
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/sources.list.5.xml
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/sources.list.5.xml')
-rw-r--r--doc/sources.list.5.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index f7da9ba43..c5a012fe4 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -129,8 +129,8 @@
<literal>distribution</literal> is generally a suite name like
<literal>stable</literal> or <literal>testing</literal> or a codename like
<literal>&debian-stable-codename;</literal> or <literal>&debian-testing-codename;</literal>
- while component is one of <literal>main</literal>, <literal>contrib</literal> or
- <literal>non-free</literal>. The
+ while component is one of <literal>main</literal>, <literal>contrib</literal>,
+ <literal>non-free</literal> or <literal>non-free-firmware</literal>. The
<literal>deb-src</literal> type references a Debian distribution's source
code in the same form as the <literal>deb</literal> type.
A <literal>deb-src</literal> line is required to fetch source indexes.</para>
@@ -321,7 +321,7 @@ deb-src [ option1=value1 option2=value2 ] uri suite [component1] [component2] [.
<literallayout>Types: deb
URIs: https://deb.debian.org
Suites: stable
-Components: main contrib non-free
+Components: main contrib non-free non-free-firmware
Signed-By:
-----BEGIN PGP PUBLIC KEY BLOCK-----
.
@@ -505,26 +505,26 @@ Signed-By:
<refsect1><title>Examples</title>
<para>Uses the archive stored locally (or NFS mounted) at /home/apt/debian
- for stable/main, stable/contrib, and stable/non-free.</para>
- <literallayout>deb file:/home/apt/debian stable main contrib non-free</literallayout>
+ for stable/main, stable/contrib, stable/non-free and stable/non-free-firmware.</para>
+ <literallayout>deb file:/home/apt/debian stable main contrib non-free non-free-firmware</literallayout>
<literallayout>Types: deb
URIs: file:/home/apt/debian
Suites: stable
-Components: main contrib non-free</literallayout>
+Components: main contrib non-free non-free-firmware</literallayout>
<para>As above, except this uses the unstable (development) distribution.</para>
- <literallayout>deb file:/home/apt/debian unstable main contrib non-free</literallayout>
+ <literallayout>deb file:/home/apt/debian unstable main contrib non-free non-free-firmware</literallayout>
<literallayout>Types: deb
URIs: file:/home/apt/debian
Suites: unstable
-Components: main contrib non-free</literallayout>
+Components: main contrib non-free non-free-firmware</literallayout>
<para>Sources specification for the above.</para>
- <literallayout>deb-src file:/home/apt/debian unstable main contrib non-free</literallayout>
+ <literallayout>deb-src file:/home/apt/debian unstable main contrib non-free non-free-firmware</literallayout>
<literallayout>Types: deb-src
URIs: file:/home/apt/debian
Suites: unstable
-Components: main contrib non-free</literallayout>
+Components: main contrib non-free non-free-firmware</literallayout>
<para>The first line gets package information for the architectures in <literal>APT::Architectures</literal>
while the second always retrieves <literal>amd64</literal> and <literal>armel</literal>.</para>