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 /dselect/setup | |
| 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 'dselect/setup')
| -rwxr-xr-x | dselect/setup | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dselect/setup b/dselect/setup index 8689d2388..58eecfcdc 100755 --- a/dselect/setup +++ b/dselect/setup @@ -30,8 +30,8 @@ my $boldoff=`setterm -bold off`; my @known_types = ('deb'); my @known_access = ('http', 'ftp', 'file'); -my @typical_distributions = ('stable', 'unstable', 'testing', 'non-US'); -my @typical_components = ('main', 'contrib', 'non-free'); +my @typical_distributions = ('stable', 'unstable', 'testing'); +my @typical_components = ('main', 'contrib', 'non-free', 'non-free-firmware'); my %known_access = map {($_,$_)} @known_access; my %typical_distributions = map {($_,$_)} @typical_distributions; @@ -118,9 +118,9 @@ sub get_source { } $type = 'deb'; - $urn = "http://http.us.debian.org/debian" unless $urn; + $urn = "http://deb.debian.org/debian" unless $urn; $distribution = "stable" unless $distribution; - $components = "main contrib non-free" unless $components; + $components = "main contrib non-free non-free-firmware" unless $components; $rec->{'Type'} = 'deb'; |
