From 77bdc62b7aa1b706ff3f8d7c4c0e5a363130bdea Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 6 Aug 2016 19:52:47 +0100 Subject: [PATCH] Add /usr/lib64 to the library search path in init script. --- init.sh | 3 +++ 1 file changed, 3 insertions(+) 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 / -- 1.8.3.1