From 083a83ac86d0be1987dc8517372d5691422ac564 Mon Sep 17 00:00:00 2001 From: Kwadronaut Date: Fri, 30 Nov 2012 23:40:00 +0100 Subject: disable apt pdiffs --- wheezy/base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wheezy/base.sh b/wheezy/base.sh index d67adde..ea35c6d 100644 --- a/wheezy/base.sh +++ b/wheezy/base.sh @@ -1,5 +1,8 @@ date > /etc/box_build_time +# Before updating the box, get rid of pdiffs, they slow things down on faster links +echo 'Acquire::PDiffs "false";' >./etc/apt/apt.conf.d/90disable-pdiffs + # Update the box apt-get -y update apt-get -y install linux-headers-$(uname -r) build-essential -- cgit v1.2.3