Commit Graph

2 Commits

Author SHA1 Message Date
Ho Kim
f3d3746f72
fix(ldconfig): suppress /proc mount error for non-root users
Non-root users are not permitted to mount /proc, which causes `mountProc`
to fail and abort `prepareRoot`. To prevent this, the error is now printed
to stderr instead of causing a failure, allowing continued execution.
2025-06-26 10:59:32 +00:00
Evan Lezar
39975fc77b
[no-relnote] Refactor ldconfig hooks
Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-06-24 13:53:20 +02:00