init: Run ldconfig
[fedora-riscv.git] / init.sh
diff --git a/init.sh b/init.sh
index cd8dfa2..267ae74 100755 (executable)
--- a/init.sh
+++ b/init.sh
@@ -15,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"