forked from josch/mmdebstrap
add workaround for dpkg bug to docs
This commit is contained in:
parent
6b90cf7006
commit
d29bdafb89
1 changed files with 5 additions and 2 deletions
|
@ -5336,8 +5336,11 @@ 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<mmdebstrap>.
|
||||
Therefore, until this dpkg limitation is fixed, a default dpkg configuration
|
||||
is recommended on machines running B<mmdebstrap>.
|
||||
Therefore, until this dpkg limitation is fixed, a default dpkg configuration is
|
||||
recommended on machines running B<mmdebstrap>. If you are using B<mmdebstrap>
|
||||
as the non-root user, then as a workaround you could run C<chmod 600
|
||||
/etc/dpkg/dpkg.cfg.d/*> so that the config files are only accessible by the
|
||||
root user.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue