Download of translations not properly disabled in APT
The wrong APT config name is used to disable download of translations. It's Acquire::Languages, not APT::Acquire::Languages. Change-Id: Ie0c12d444bab19b4486845944ef51031e9133470 Closes-bug: #1436523
This commit is contained in:
parent
100959de8d
commit
34a196b8e7
@ -10,7 +10,7 @@ set -o pipefail
|
|||||||
|
|
||||||
# Configure APT not to fetch translations files
|
# Configure APT not to fetch translations files
|
||||||
sudo dd of=$TARGET_ROOT/etc/apt/apt.conf.d/95no-translations <<EOF
|
sudo dd of=$TARGET_ROOT/etc/apt/apt.conf.d/95no-translations <<EOF
|
||||||
APT::Acquire::Languages "none";
|
Acquire::Languages "none";
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# And now make sure that we don't fall foul of Debian bug 641967
|
# And now make sure that we don't fall foul of Debian bug 641967
|
||||||
|
Loading…
x
Reference in New Issue
Block a user