From 48914894cbeba550a20909bd976ff9c8afabaa14 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 7 Mar 2020 02:13:26 +0100 Subject: [PATCH] dump temporary apt.conf with --debug --- mmdebstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mmdebstrap b/mmdebstrap index 939481a..c9ed633 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -1532,6 +1532,8 @@ sub setup { } if ($verbosity_level >= 3) { 0 == system('apt-config', 'dump') or error "apt-config failed: $?"; + debug "content of $tmpfile:"; + copy($tmpfile, \*STDERR); } # when apt-get update is run by the root user, then apt will attempt to