diff options
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-x | bin/schroot-create.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 7d33a416..b07c2917 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -109,6 +109,8 @@ peNsYNcna2Ca8Imozzc5L424lXN3MaiTql7Y1lZJFF5Y/wznbjUQj/5YXj3LVB3W echo echo "Configuring APT to ignore the Release file expiration" echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/398future +echo "Configuring APT to not download package descriptions" +echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/10no-package-descriptions echo EOF } |