diff --git a/mmdebstrap b/mmdebstrap index cbaf5f0..b49af0e 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -3091,11 +3091,22 @@ extension to compressor applies: =head1 BUGS +https://gitlab.mister-muffin.de/josch/mmdebstrap/issues + +https://bugs.debian.org/src:mmdebstrap + As of version 1.19.5, dpkg does not provide facilities preventing it from reading the dpkg configuration of the machine running B. Therefore, until this dpkg limitation is fixed, a default dpkg configuration is recommended on machines running B. +Setting [trusted=yes] to allow signed archives without a known public key will +fail because of a gpg warning in the apt output. Since apt does not +communicate its status via any other means than human readable strings, +B treats any warning from "apt-get update" as an error. Fixing +this will require apt to provide a machine readable status interface. See +Debian bugs #778357, #776152, #696335, and #745735. + =head1 SEE ALSO debootstrap(8)