diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-13 20:07:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-13 20:07:52 +0000 |
commit | b2e2ad8e094ec4aa9b5cb303ee4d14812983005c (patch) | |
tree | 115e44a6209f554c8a90361e32d2b1cef842455f /autoinstaller.sh | |
parent | Here are the actuall kernel sources (diff) | |
download | gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.tar.gz gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.tar.bz2 gentoo-2-b2e2ad8e094ec4aa9b5cb303ee4d14812983005c.zip |
*** empty log message ***
Diffstat (limited to 'autoinstaller.sh')
-rwxr-xr-x | autoinstaller.sh | 3 |
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 |