From e71f9eb4b2ca3f4142fb8291156ef53a91976eb1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 10 Apr 2016 11:19:54 +0200 Subject: stop downloading package description, thanks Vagrant for the idea --- bin/schroot-create.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/schroot-create.sh') 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 } -- cgit v1.2.3-54-g00ecf