From 77208fd162d3bd429f0245c9529ce0db4ddee91b Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Sat, 4 Apr 2026 18:57:32 +0300 Subject: [PATCH] feat: allow glibc ld files in etc Allow both `/etc/ld.so.conf` and `/etc/ld.so.cache` files in `/etc` since tools expect these to be standard. Signed-off-by: Noel Georgi --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84702a6..03d37e0 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,8 @@ Any paths in the `rootfs` should be contained within the following hierarchies: - `/usr/lib/ld-linux-x86-64.so.2` - `/usr/lib/ld-linux-aarch64.so.1` - `/usr/bin/ldconfig` (used by NVIDIA Container Toolkit) +- `/etc/ld.so.conf` +- `/etc/ld.so.cache` - `/usr/lib/udev/rules.d/` - `/usr/local/` - `/usr/share/glvnd/`