summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-22 06:39:17 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-22 06:39:17 +0000
commit17a67daff447e799823efefad433e4f047933e4e (patch)
tree8d92e69adda86a09efec110ee27403c16ffc135e /autoinstaller.sh
parent*** empty log message *** (diff)
downloadgentoo-2-17a67daff447e799823efefad433e4f047933e4e.tar.gz
gentoo-2-17a67daff447e799823efefad433e4f047933e4e.tar.bz2
gentoo-2-17a67daff447e799823efefad433e4f047933e4e.zip
*** empty log message ***
Diffstat (limited to 'autoinstaller.sh')
-rwxr-xr-xautoinstaller.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autoinstaller.sh b/autoinstaller.sh
index e6679b08b177..0ae334687359 100755
--- a/autoinstaller.sh
+++ b/autoinstaller.sh
@@ -39,10 +39,10 @@ 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
+cp ${ROOT}/etc/env.d/00basic ${ROOT}/etc/env.d/00basic.orig
+sed -e "s/i686-pc-linux-gnu/$ARCH/" ${ROOT}/etc/env.d/00basic.orig > ${ROOT}/etc/env.d/00basic
-ldconfig -r ${ROOT}
+${ROOT}/usr/sbin/env-update
case "$GMT" in
n|N|No|no)