X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=init.sh;h=267ae7401a047ffdb0e50aeacd4cfd667cafeca2;hb=10397f832a22436dd20e84dc4d06646616d2a8af;hp=37ea1b5c19c9cb1231ce125d73b9f77c573bb838;hpb=2ae5690741422a2a1c7a26e706ce7f922a5f91ee;p=fedora-riscv.git diff --git a/init.sh b/init.sh index 37ea1b5..267ae74 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 / @@ -12,6 +15,9 @@ mkdir -p /run/lock # XXX devtmpfs +# Initialize dynamic linker cache. +ldconfig + echo echo "Welcome to the Fedora/RISC-V stage3 disk image" echo "https://fedoraproject.org/wiki/Architectures/RISC-V"