Changeset 1998

Show
Ignore:
Timestamp:
08/01/07 07:08:21 (1 year ago)
Author:
jhuntwork
Message:

Fixed shutdown-helper script for x86_64. Missing symlnks in temporary root.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/minimal/scripts/shutdown-helper

    r1994 r1998  
    5252ln -s /proc/mounts /dev/shm/etc/mtab 
    5353echo "$FILES" | cpio -pLd --quiet /dev/shm 
     54case `uname -m` in 
     55        x86_64) 
     56                ln -s lib /dev/shm/lib64 
     57                ln -s lib /dev/shm/usr/lib64 
     58                ;; 
     59esac 
    5460if [ -b /dev/lfs-cd ] ; then cp -RH /dev/lfs-cd /dev/shm/dev/lfs-cd ; fi 
    5561