Skip to content

Search /usr/lib instead of /lib.

Steven Shiau requested to merge (removed):master into master

DNS query fails in initramfs, because the files /usr/lib/x86_64-linux-gnu/{libnss_dns-2.28.so,libnss_dns.so.2} are not put into initramfs. This is due to the find command issue. Find command should search /usr/lib instead of /lib since /lib is a link file only. The command find will give nothing unless "-L" option is used with find.

Merge request reports

Loading