aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-07-04 15:41:01 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-07-04 15:41:01 +0200
commitb6f3f346329dc15be97f35f269d66721877ede3a (patch)
tree3b07c8b7f6e522de90fe304e45fc5d3d0fdaba26 /INSTALL
parent02b0da050d353671b80c752426e85393f5fd0a6e (diff)
Add debug output to apt network calls
To debug connection issues in the container generation enable debug output. Change-Id: I255567a3f4794d1c8edbcb0099b50f49b1f43598 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/common.d/10_base1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base
index fbc2bfe..efb1674 100644
--- a/INSTALL/common.d/10_base
+++ b/INSTALL/common.d/10_base
@@ -16,6 +16,7 @@ echo "deb http://http.debian.net/debian stable-backports main contrib" >>/etc/ap
# setup network retries for apt
echo "Acquire::Retries 5;" >/etc/apt/apt.conf.d/99NetRetries
+echo "Debug::Acquire::*=true;" >> /etc/apt/apt.conf.d/99NetDebug
# upgrade distro
apt-get update -y