git.annexia.org
/
fedora-riscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae5690
)
Add /usr/lib64 to the library search path in init script.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 6 Aug 2016 18:52:47 +0000
(19:52 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 6 Aug 2016 19:09:57 +0000
(20:09 +0100)
init.sh
patch
|
blob
|
history
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 /