forked from josch/mmdebstrap
dump temporary apt.conf with --debug
This commit is contained in:
parent
1ff5ba7e9e
commit
48914894cb
1 changed files with 2 additions and 0 deletions
|
@ -1532,6 +1532,8 @@ sub setup {
|
||||||
}
|
}
|
||||||
if ($verbosity_level >= 3) {
|
if ($verbosity_level >= 3) {
|
||||||
0 == system('apt-config', 'dump') or error "apt-config failed: $?";
|
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
|
# when apt-get update is run by the root user, then apt will attempt to
|
||||||
|
|
Loading…
Reference in a new issue