From: Richard W.M. Jones Date: Sat, 6 Aug 2016 18:52:47 +0000 (+0100) Subject: Add /usr/lib64 to the library search path in init script. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=77bdc62b7aa1b706ff3f8d7c4c0e5a363130bdea;p=fedora-riscv.git Add /usr/lib64 to the library search path in init script. --- diff --git a/init.sh b/init.sh index 37ea1b5..cd8dfa2 100755 --- 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 /