Merge "Download of translations not properly disabled in APT"
This commit is contained in:
commit
4a1c833c27
@ -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…
Reference in New Issue
Block a user