forked from josch/mmdebstrap
document limitation of missing /etc/ld.so.cache when using fakechroot
This commit is contained in:
parent
7bad5fb1e6
commit
773249a0ca
1 changed files with 3 additions and 2 deletions
|
@ -4904,8 +4904,9 @@ fakeroot.env> and use C<fakeroot.env> later when entering the chroot with
|
||||||
C<fakechroot fakeroot -i fakeroot.env chroot ...>. This mode will not work if
|
C<fakechroot fakeroot -i fakeroot.env chroot ...>. This mode will not work if
|
||||||
maintainer scripts are unable to handle C<LD_PRELOAD> correctly like the
|
maintainer scripts are unable to handle C<LD_PRELOAD> correctly like the
|
||||||
package B<initramfs-tools> until version 0.132. This mode will also not work
|
package B<initramfs-tools> until version 0.132. This mode will also not work
|
||||||
with a different libc inside the chroot than on the outside. See the section
|
with a different libc inside the chroot than on the outside. Since ldconfig
|
||||||
B<LIMITATIONS> in B<fakechroot(1)>.
|
cannot run under fakechroot, the final system will not contain
|
||||||
|
F</etc/ld.so.cache>. See the section B<LIMITATIONS> in B<fakechroot(1)>.
|
||||||
|
|
||||||
=item B<proot>
|
=item B<proot>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue