summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-13 20:07:52 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-13 20:07:52 +0000
commitb2e2ad8e094ec4aa9b5cb303ee4d14812983005c (patch)
tree115e44a6209f554c8a90361e32d2b1cef842455f /autoinstaller.sh
parentHere are the actuall kernel sources (diff)
downloadgentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.tar.gz
gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.tar.bz2
gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.zip
*** empty log message ***
Diffstat (limited to 'autoinstaller.sh')
-rwxr-xr-xautoinstaller.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoinstaller.sh b/autoinstaller.sh
index 2f6fa37bc9df..e6679b08b177 100755
--- a/autoinstaller.sh
+++ b/autoinstaller.sh
@@ -39,6 +39,9 @@ echo "Swap partition in /dev/$MYSWAPPART"
sed -e "s/#ROOT#/${MYROOTPART}/" -e "s/#SWAP#/${MYSWAPPART}/" ${ROOT}/etc/fstab.orig > ${ROOT}/etc/fstab
echo "Generating library links and cache..."
+cp ${ROOT}/etc/ld.so.conf ${ROOT}/etc/ld.so.orig
+sed -e "s/i686-pc-linux-gnu/$ARCH/" ${ROOT}/etc/ld.so.orig > ${ROOT}/etc/ld.so.conf
+
ldconfig -r ${ROOT}
case "$GMT" in