Author: jhuntwork
Date: 2007-08-01 07:08:21 -0600 (Wed, 01 Aug 2007)
New Revision: 1998

Modified:
   branches/minimal/scripts/shutdown-helper
Log:
Fixed shutdown-helper script for x86_64. Missing symlnks in temporary root.

Modified: branches/minimal/scripts/shutdown-helper
===================================================================
--- branches/minimal/scripts/shutdown-helper    2007-08-01 12:17:36 UTC (rev 
1997)
+++ branches/minimal/scripts/shutdown-helper    2007-08-01 13:08:21 UTC (rev 
1998)
@@ -51,6 +51,12 @@
 mkdir /dev/shm/old /dev/shm/proc /dev/shm/etc
 ln -s /proc/mounts /dev/shm/etc/mtab
 echo "$FILES" | cpio -pLd --quiet /dev/shm
+case `uname -m` in
+       x86_64)
+               ln -s lib /dev/shm/lib64
+               ln -s lib /dev/shm/usr/lib64
+               ;;
+esac
 if [ -b /dev/lfs-cd ] ; then cp -RH /dev/lfs-cd /dev/shm/dev/lfs-cd ; fi
 
 cat >/dev/shm/sbin/init <<EOF

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to