chrootsetup_linux.sh: include libnss_files.so* in chroot
commit2458fe20da0b0c325289035a3156cf01b28a475c
authorKyle J. McKay <mackyle@gmail.com>
Tue, 21 Jun 2022 06:14:33 +0000 (20 23:14 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 21 Jun 2022 06:14:33 +0000 (20 23:14 -0700)
tree64d51c6c75433c872a9348d32c5d801bf7359331
parent0d9642de891334804078f0a0627298a71c3c66c2
chrootsetup_linux.sh: include libnss_files.so* in chroot

In addition to libnss_compat.so*, newer systems also require
libnss_files.so* as well.

Arrange to pull in the libnss_files.so* libraries if they exist and
otherwise behave as before.
chrootsetup_linux.sh