summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstage16
1 files changed, 6 insertions, 0 deletions
diff --git a/stage1 b/stage1
index beebbde..6d4717c 100755
--- a/stage1
+++ b/stage1
@@ -1145,6 +1145,12 @@ EOF
chmod a+x $ROOTFS/init-rootfs.sh
( cd $ROOTFS; sudo ./init-rootfs.sh )
+ # make sure ld.so.conf is set up properly
+ (
+ echo /lib$SUFFIX
+ echo /usr/lib$SUFFIX
+ ) > $ROOTFS/etc/ld.so.conf
+
echo stage2 ready
;;