You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When comparing a chroot tarball created with fakechroot and normal chroot there is only a single difference that prevents them from being bit-by-bit identical: the fakechroot tarball is missing /etc/.pwd.lock because fakechroot ignores lckpwdf.
Please consider letting the lckpwdf wrapper create /etc/.pwd.lock inside the chroot to increase compatibility with a chroot created the normal way.
Thanks!
The text was updated successfully, but these errors were encountered:
When comparing a chroot tarball created with fakechroot and normal chroot there is only a single difference that prevents them from being bit-by-bit identical: the fakechroot tarball is missing
/etc/.pwd.lock
because fakechroot ignoreslckpwdf
.Please consider letting the
lckpwdf
wrapper create/etc/.pwd.lock
inside the chroot to increase compatibility with a chroot created the normal way.Thanks!
The text was updated successfully, but these errors were encountered: