init: Explicitly specify LD_LIBRARY_PATH in init scripts

This commit is contained in:
bjorn3
2026-02-18 21:45:56 +01:00
parent 2d071a5b75
commit 7dad7af1f0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
# Various daemons that relibc needs to function as well as a bunch of env vars
# that should be set for every program.
export PATH /scheme/initfs/bin
export LD_LIBRARY_PATH /scheme/initfs/lib
export RUST_BACKTRACE 1
rtcd
notify nulld
+1 -1
View File
@@ -1,4 +1,4 @@
cd /
export PATH /usr/bin
unset LD_LIBRARY_PATH
export LD_LIBRARY_PATH /usr/lib
run.d /usr/lib/init.d /etc/init.d