Add /usr/lib64 to the library search path in init script.
[fedora-riscv.git] / init.sh
diff --git a/init.sh b/init.sh
index 37ea1b5..cd8dfa2 100755 (executable)
--- a/init.sh
+++ b/init.sh
@@ -1,6 +1,9 @@
 #!/bin/bash -
 # Init script installed in stage3 disk image.
 
+LD_LIBRARY_PATH=/usr/lib64
+export LD_LIBRARY_PATH
+
 # Root filesystem is mounted as ro, remount it as rw.
 mount -o remount,rw /