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
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.
0 commit comments